We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c524cd1 + a746322 commit 42afb34Copy full SHA for 42afb34
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