mirror of
https://github.com/fankes/JSON-java-compat.git
synced 2025-09-08 11:34:43 +08:00
Try making java 6 & old version javadoc generator compatible
This commit is contained in:
@@ -256,7 +256,7 @@ public class JSONObject {
|
||||
|
||||
case MERGE_INTO_ARRAY:
|
||||
if (mergedKeys == null) {
|
||||
mergedKeys = new ArrayList<>();
|
||||
mergedKeys = new ArrayList<String>();
|
||||
}
|
||||
|
||||
Object current = this.get(key);
|
||||
|
Reference in New Issue
Block a user