mirror of
https://github.com/fankes/JSON-java-compat.git
synced 2025-09-05 10:15:19 +08: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