Skip to content
Snippets Groups Projects
Commit 5d6ae350 authored by Raphael GIRARDOT's avatar Raphael GIRARDOT
Browse files

parseKey is now static

parent 0e70f45b
No related branches found
No related tags found
No related merge requests found
......@@ -248,7 +248,7 @@ public class CometeTrendController {
}
}
public String parseKey(String value) {
public static String parseKey(String value) {
return value == null ? null
: value.trim().replace(TrendFile.SINGLE_QUOT, ObjectUtils.EMPTY_STRING).toLowerCase();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment