From f881b61c815aa22c5683a389a6da81b7277e9a6e Mon Sep 17 00:00:00 2001 From: Sean Leary Date: Wed, 10 Aug 2016 15:35:26 -0500 Subject: [PATCH] Update XML.java Removed a problematic JavaDoc in the header comment to a deprecated method --- XML.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/XML.java b/XML.java index b76969a..0f0bee9 100644 --- a/XML.java +++ b/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 */