File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments