Skip to content

Commit 5c80c91

Browse files
committed
fixes malformed javadoc
1 parent a129ebe commit 5c80c91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

JSONArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,7 @@ public Object optQuery(String jsonPointer) {
12301230
* Queries and returns a value from this object using {@code jsonPointer}, or
12311231
* returns null if the query fails due to a missing key.
12321232
*
1233-
* @param The JSON pointer
1233+
* @param jsonPointer The JSON pointer
12341234
* @return the queried value or {@code null}
12351235
* @throws IllegalArgumentException if {@code jsonPointer} has invalid syntax
12361236
*/

JSONObject.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1704,7 +1704,7 @@ public Object optQuery(String jsonPointer) {
17041704
* Queries and returns a value from this object using {@code jsonPointer}, or
17051705
* returns null if the query fails due to a missing key.
17061706
*
1707-
* @param The JSON pointer
1707+
* @param jsonPointer The JSON pointer
17081708
* @return the queried value or {@code null}
17091709
* @throws IllegalArgumentException if {@code jsonPointer} has invalid syntax
17101710
*/

0 commit comments

Comments
 (0)