update of the spark test
This commit is contained in:
parent
1bb5c26e6d
commit
72ebf7c0f3
|
@ -50,6 +50,7 @@ public class ScoreResult {
|
||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
final GsonBuilder b = new GsonBuilder();
|
final GsonBuilder b = new GsonBuilder();
|
||||||
|
b.serializeSpecialFloatingPointValues();
|
||||||
return b.setPrettyPrinting().create().toJson(this);
|
return b.setPrettyPrinting().create().toJson(this);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue