Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd98dc0b

Browse files
long
1 parent92038ce commitd98dc0b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

‎JSONTokener.java

100755100644
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ of this software and associated documentation files (the "Software"), to deal
3636
* it. It is used by the JSONObject and JSONArray constructors to parse
3737
* JSON source strings.
3838
* @author JSON.org
39-
* @version2011-11-24
39+
* @version2012-02-16
4040
*/
4141
publicclassJSONTokener {
4242

43-
privateintcharacter;
43+
privatelongcharacter;
4444
privatebooleaneof;
45-
privateintindex;
46-
privateintline;
47-
privatecharprevious;
48-
privatefinalReaderreader;
45+
privatelongindex;
46+
privatelongline;
47+
privatecharprevious;
48+
privateReaderreader;
4949
privatebooleanusePrevious;
5050

5151

@@ -400,9 +400,9 @@ public Object nextValue() throws JSONException {
400400
publiccharskipTo(charto)throwsJSONException {
401401
charc;
402402
try {
403-
intstartIndex =this.index;
404-
intstartCharacter =this.character;
405-
intstartLine =this.line;
403+
longstartIndex =this.index;
404+
longstartCharacter =this.character;
405+
longstartLine =this.line;
406406
this.reader.mark(1000000);
407407
do {
408408
c =this.next();

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp