We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1eabc9 commit 7eca507Copy full SHA for 7eca507
src/main/java/org/json/JSONTokener.java
@@ -13,7 +13,7 @@
13
* @author JSON.org
14
* @version 2014-05-03
15
*/
16
-public class JSONTokener implements Closeable {
+public class JSONTokener {
17
/** current read character position on the current line. */
18
private long character;
19
/** flag to indicate if the end of the input has been found. */
@@ -518,7 +518,6 @@ public String toString() {
518
this.line + "]";
519
}
520
521
- @Override
522
public void close() throws IOException {
523
if(reader!=null){
524
reader.close();
0 commit comments