We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f8290 commit 1689fc2Copy full SHA for 1689fc2
src/main/java/org/json/JSONTokener.java
@@ -112,7 +112,10 @@ public JSONParserConfiguration getJsonParserConfiguration() {
112
/**
113
* Setter
114
* @param jsonParserConfiguration new value for jsonParserConfiguration
115
+ *
116
+ * @deprecated method should not be used
117
*/
118
+ @Deprecated
119
public void setJsonParserConfiguration(JSONParserConfiguration jsonParserConfiguration) {
120
this.jsonParserConfiguration = jsonParserConfiguration;
121
}
0 commit comments