Skip to content
Snippets Groups Projects
Commit ac838b88 authored by Mamadu-lamarana Bah's avatar Mamadu-lamarana Bah :speech_balloon:
Browse files

updt

parent 817bf11d
Branches
No related tags found
No related merge requests found
......@@ -2,5 +2,6 @@
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
<mapping directory="$PROJECT_DIR$/gson" vcs="Git" />
</component>
</project>
\ No newline at end of file
......@@ -380,7 +380,8 @@ public final class JsonTreeReader extends JsonReader {
return getPath(true);
}
private String locationString() {
@Override
protected String locationString() {
return " at path " + getPath();
}
}
/*
* Copyright (C) 2021 Google Inc.
*
......
......@@ -1582,7 +1582,7 @@ public class JsonReader implements Closeable {
return getClass().getSimpleName() + locationString();
}
String locationString() {
protected String locationString() {
int line = lineNumber + 1;
int column = pos - lineStart + 1;
return " at line " + line + " column " + column + " path " + getPath();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment