mirror of
https://github.com/stleary/JSON-java.git
synced 2025-08-03 03:15:32 -04:00
deprecated unnecessary setter method
This commit is contained in:
parent
22f8290840
commit
1689fc28cf
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user