diff --git a/XML.java b/XML.java index 4dd9a2c..36f44c8 100644 --- a/XML.java +++ b/XML.java @@ -423,7 +423,7 @@ public class XML { } /** - * This method is the same as {@link JSONObject.stringToValue(String)} + * This method is the same as {@link JSONObject#stringToValue(String)} * except that this also tries to unescape String values. * * @param string String to convert