mirror of
https://github.com/stleary/JSON-java.git
synced 2026-01-24 00:03:17 -05: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