Merge branch 'usage-stats-export-wf' of code-repo.d4science.org:spyros/dnet-hadoop into usage-stats-export-wf

This commit is contained in:
Spyros Zoupanos 2020-09-16 20:34:14 +03:00
commit 17f2748eb4
1 changed files with 16 additions and 18 deletions

View File

@ -192,7 +192,6 @@ public class SarcStats {
* PrintWriter wr = new PrintWriter(new FileWriter("logs/" + simpleDateFormat.format(start.getTime()) + * PrintWriter wr = new PrintWriter(new FileWriter("logs/" + simpleDateFormat.format(start.getTime()) +
* ".json")); wr.print(text); wr.close(); * ".json")); wr.print(text); wr.close();
*/ */
System.out.println("AAAAAAAAAAA text " + text); System.out.println("AAAAAAAAAAA text " + text);
JSONParser parser = new JSONParser(); JSONParser parser = new JSONParser();
@ -322,8 +321,7 @@ public class SarcStats {
else if(jjval instanceof JSONObject) else if(jjval instanceof JSONObject)
renameKeysRecursively(delimiter, (JSONObject)jjval); renameKeysRecursively(delimiter, (JSONObject)jjval);
// All other types of vals // All other types of vals
else else;
;
} }
} }