mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 07:50:52 -07:00
Update XML.java
Removed a problematic JavaDoc in the header comment to a deprecated method
This commit is contained in:
parent
37582a44ad
commit
f881b61c81
1 changed files with 2 additions and 2 deletions
4
XML.java
4
XML.java
|
@ -31,7 +31,7 @@ import java.util.Iterator;
|
|||
* covert a JSONObject into an XML text.
|
||||
*
|
||||
* @author JSON.org
|
||||
* @version 2016-01-30
|
||||
* @version 2016-08-10
|
||||
*/
|
||||
@SuppressWarnings("boxing")
|
||||
public class XML {
|
||||
|
@ -300,7 +300,7 @@ public class XML {
|
|||
* This method has been deprecated in favor of the
|
||||
* {@link JSONObject.stringToValue(String)} method. Use it instead.
|
||||
*
|
||||
* @deprecated Use {@link JSONObject#stringToValue(String)} instead.
|
||||
* @deprecated Use JSONObject#stringToValue(String) instead.
|
||||
* @param string String to convert
|
||||
* @return JSON value of this string or the string
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue