[stats wf] indicators across stats dbs & updates in the org ids #248

Closed
dimitris.pierrakos wants to merge 1742 commits from beta into beta2master_sept_2022
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 72ebf7c0f3 - Show all commits

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);
}
}