Revert "#928 add missing java dock for JSONParserConfiguration"

This reverts commit afd9a6fbb70cd66d440a53458c186d11377bd2ff.
This commit is contained in:
Simulant 2025-01-15 20:58:45 +01:00
parent afd9a6fbb7
commit 94341cd663

View File

@ -104,9 +104,6 @@ public class JSONParserConfiguration extends ParserConfiguration {
}
/**
* The parser throws an Exception when strict mode is true and tries to parse invalid JSON characters.
* Otherwise, the parser is more relaxed and might tolerate some invalid characters.
*
* @return the current strict mode setting.
*/
public boolean isStrictMode() {