Reverted bad design choice to add newline in JSONWriter

This commit is contained in:
Ziver Koc 2016-09-29 14:37:36 +02:00
parent 34c9f5da91
commit cba0b79203
2 changed files with 23 additions and 7 deletions

View file

@ -143,7 +143,6 @@ public class JSONWriter{
}
public void flush(){
out.print("\n");
out.flush();
}
}