mirror of
https://github.com/stleary/JSON-java.git
synced 2025-08-03 03:15:32 -04:00
fix(#877): adaptation for java 6 compatibility
This commit is contained in:
parent
9216a19366
commit
7a8c21621c
@ -53,7 +53,7 @@ public class JSONTokener {
|
|||||||
this.character = 1;
|
this.character = 1;
|
||||||
this.characterPreviousLine = 0;
|
this.characterPreviousLine = 0;
|
||||||
this.line = 1;
|
this.line = 1;
|
||||||
this.smallCharMemory = new ArrayList<>(2);
|
this.smallCharMemory = new ArrayList<Character>(2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user