fixes malformed javadoc

This commit is contained in:
John J. Aylward 2017-07-09 18:48:40 -04:00
parent 5c80c9157d
commit 4dbc5ef803

View File

@ -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