Skip to content

Commit 94341cd

Browse files
committed
Revert "#928 add missing java dock for JSONParserConfiguration"
This reverts commit afd9a6f.
1 parent afd9a6f commit 94341cd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/org/json/JSONParserConfiguration.java

-3
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@ public boolean isOverwriteDuplicateKey() {
104104
}
105105

106106
/**
107-
* The parser throws an Exception when strict mode is true and tries to parse invalid JSON characters.
108-
* Otherwise, the parser is more relaxed and might tolerate some invalid characters.
109-
*
110107
* @return the current strict mode setting.
111108
*/
112109
public boolean isStrictMode() {

0 commit comments

Comments
 (0)