update of the spark test

This commit is contained in:
Michele De Bonis 2018-10-18 10:12:44 +02:00
parent 1bb5c26e6d
commit 72ebf7c0f3
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ public class ScoreResult {
@Override
public String toString() {
final GsonBuilder b = new GsonBuilder();
b.serializeSpecialFloatingPointValues();
return b.setPrettyPrinting().create().toJson(this);
}
}