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 72f4c3e commit 9234eabCopy full SHA for 9234eab
src/main/java/org/json/JSONMLParserConfiguration.java
@@ -50,7 +50,7 @@ public JSONMLParserConfiguration() {
50
* <code>false</code> to try and convert XML string values into a JSON value.
51
* @param maxNestingDepth <code>int</code> to limit the nesting depth
52
*/
53
- public JSONMLParserConfiguration(final boolean keepStrings, final int maxNestingDepth) {
+ private JSONMLParserConfiguration(final boolean keepStrings, final int maxNestingDepth) {
54
this.keepStrings = keepStrings;
55
this.maxNestingDepth = maxNestingDepth;
56
}
0 commit comments