forked from D-Net/dnet-hadoop
Merge branch 'usage-stats-export-wf' of code-repo.d4science.org:spyros/dnet-hadoop into usage-stats-export-wf
This commit is contained in:
commit
17f2748eb4
|
@ -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;
|
||||||
;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue