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

fixes for javadoc

This commit is contained in:
John J. Aylward 2017-05-17 11:34:13 -04:00
parent fcdb8671b2
commit 0c7bd725a6
2 changed files with 1 additions and 5 deletions

View file

@ -1232,8 +1232,6 @@ public class JSONObject {
*
* @param key
* A key string.
* @param defaultValue
* The default.
* @return An object which is the value.
*/
public Number optNumber(String key) {