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

added parseKey function in TrendFile

parent c3105637
No related branches found
No related tags found
No related merge requests found
......@@ -1138,6 +1138,10 @@ public class TrendFile {
return controller.convertToKey(value);
}
public String parseKey(String value) {
return controller.parseKey(value);
}
public static void main(String[] args) throws IOException {
String fileName = "D:/TREND.txt";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment