We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4044f4 commit aaf127cCopy full SHA for aaf127c
portable/comp-transfer/src/main/java/org/bosik/diacomp/core/persistence/parsers/Parser.java
@@ -90,7 +90,7 @@ public JSONArray writeAll(Iterable<? extends T> objects) throws JSONException
90
return array;
91
}
92
93
- protected static Long getOptionalLong(JSONObject json, String key)
+ protected static Long getOptionalLong(JSONObject json, String key) throws JSONException
94
{
95
return !json.isNull(key)
96
? json.getLong(key)
0 commit comments