Skip to content

Commit 4dbc5ef

Browse files
committed
fixes malformed javadoc
1 parent 5c80c91 commit 4dbc5ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

XML.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ private static boolean parse(XMLTokener x, JSONObject context, String name, bool
423423
}
424424

425425
/**
426-
* This method is the same as {@link JSONObject.stringToValue(String)}
426+
* This method is the same as {@link JSONObject#stringToValue(String)}
427427
* except that this also tries to unescape String values.
428428
*
429429
* @param string String to convert

0 commit comments

Comments
 (0)