mirror of
https://github.com/stleary/JSON-java.git
synced 2025-08-03 03:15:32 -04:00
leave JSONTokener.toString unchanged
This commit is contained in:
parent
30dc22790c
commit
6c160b7d1a
@ -522,7 +522,7 @@ public class JSONTokener {
|
|||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
return " at index: " + this.index + " [character number " + this.character + " in line " +
|
return " at " + this.index + " [character " + this.character + " line " +
|
||||||
this.line + "]";
|
this.line + "]";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user