cleanup-and-merge-tests: fix warnings, set gradlew permissions, enable unchecked warnings in maven

This commit is contained in:
Sean Leary
2023-12-30 16:30:19 -06:00
parent d7819a4fa2
commit 5ddb8c3d35
8 changed files with 17 additions and 6 deletions

View File

@@ -1359,7 +1359,8 @@ public class JSONArray implements Iterable<Object> {
* The subscript.
* @param value
* The Map value.
* @return this.
* @return
* reference to self
* @throws JSONException
* If the index is negative or if the value is an invalid
* number.
@@ -1381,7 +1382,7 @@ public class JSONArray implements Iterable<Object> {
* The Map value.
* @param jsonParserConfiguration
* Configuration object for the JSON parser
* @return
* @return reference to self
* @throws JSONException
* If the index is negative or if the value is an invalid
* number.