Skip to content

Commit

Permalink
Merge pull request #949 from marilynel/master
Browse files Browse the repository at this point in the history
deprecated unnecessary setter method
  • Loading branch information
stleary authored Feb 15, 2025
2 parents c524cd1 + a746322 commit 42afb34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/org/json/JSONTokener.java
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,10 @@ public JSONParserConfiguration getJsonParserConfiguration() {
/**
* Setter
* @param jsonParserConfiguration new value for jsonParserConfiguration
*
* @deprecated method should not be used
*/
@Deprecated
public void setJsonParserConfiguration(JSONParserConfiguration jsonParserConfiguration) {
this.jsonParserConfiguration = jsonParserConfiguration;
}
Expand Down

0 comments on commit 42afb34

Please # to comment.