Skip to content

Commit f881b61

Browse files
authored
Update XML.java
Removed a problematic JavaDoc in the header comment to a deprecated method
1 parent 37582a4 commit f881b61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

XML.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ of this software and associated documentation files (the "Software"), to deal
3131
* covert a JSONObject into an XML text.
3232
*
3333
* @author JSON.org
34-
* @version 2016-01-30
34+
* @version 2016-08-10
3535
*/
3636
@SuppressWarnings("boxing")
3737
public class XML {
@@ -300,7 +300,7 @@ private static boolean parse(XMLTokener x, JSONObject context, String name, bool
300300
* This method has been deprecated in favor of the
301301
* {@link JSONObject.stringToValue(String)} method. Use it instead.
302302
*
303-
* @deprecated Use {@link JSONObject#stringToValue(String)} instead.
303+
* @deprecated Use JSONObject#stringToValue(String) instead.
304304
* @param string String to convert
305305
* @return JSON value of this string or the string
306306
*/

0 commit comments

Comments
 (0)