Merge pull request #949 from marilynel/master

deprecated unnecessary setter method
This commit is contained in:
Sean Leary 2025-02-15 09:59:56 -06:00 committed by GitHub
commit 42afb34045
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -112,7 +112,10 @@ public class JSONTokener {
/** /**
* Setter * Setter
* @param jsonParserConfiguration new value for jsonParserConfiguration * @param jsonParserConfiguration new value for jsonParserConfiguration
*
* @deprecated method should not be used
*/ */
@Deprecated
public void setJsonParserConfiguration(JSONParserConfiguration jsonParserConfiguration) { public void setJsonParserConfiguration(JSONParserConfiguration jsonParserConfiguration) {
this.jsonParserConfiguration = jsonParserConfiguration; this.jsonParserConfiguration = jsonParserConfiguration;
} }