mirror of
https://github.com/stleary/JSON-java.git
synced 2026-01-24 00:03:17 -05:00
fix(#877): adaptation for java 6 compatibility
This commit is contained in:
@@ -53,7 +53,7 @@ public class JSONTokener {
|
||||
this.character = 1;
|
||||
this.characterPreviousLine = 0;
|
||||
this.line = 1;
|
||||
this.smallCharMemory = new ArrayList<>(2);
|
||||
this.smallCharMemory = new ArrayList<Character>(2);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user