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:
parent
5c80c9157d
commit
4dbc5ef803
1 changed files with 1 additions and 1 deletions
2
XML.java
2
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.
|
* except that this also tries to unescape String values.
|
||||||
*
|
*
|
||||||
* @param string String to convert
|
* @param string String to convert
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue