mirror of
https://github.com/fankes/JSON-java-compat.git
synced 2025-09-06 02:35:33 +08:00
deprecated unnecessary setter method
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user