Skip to content
Snippets Groups Projects
Commit e081374c authored by Altekruse, Jason Morgan's avatar Altekruse, Jason Morgan
Browse files

enable pretty print for disag calc results

parent 2990a5e4
No related branches found
No related tags found
2 merge requests!714Production Release | nshmp-haz,!710enable pretty print for disag calc results
...@@ -64,6 +64,7 @@ public class DisaggCalc { ...@@ -64,6 +64,7 @@ public class DisaggCalc {
private static final Gson GSON = new GsonBuilder() private static final Gson GSON = new GsonBuilder()
.serializeSpecialFloatingPointValues() .serializeSpecialFloatingPointValues()
.setPrettyPrinting()
.serializeNulls() .serializeNulls()
.create(); .create();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment