1
0
Fork 0
mirror of https://github.com/ethauvin/JSON-java.git synced 2025-06-17 07:50:52 -07:00

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. * except that this also tries to unescape String values.
* *
* @param string String to convert * @param string String to convert