Skip to content
This repository was archived by the owner on Nov 7, 2024. It is now read-only.

Commit fdeeeb5

Browse files
committed
typo in javadoc
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
1 parent a4b7fe2 commit fdeeeb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/main/java/javax/json/JsonArray.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ default <T, K extends JsonValue> List<T> getValuesAs(Function<K, T> func) {
291291
*
292292
* @param index index of the JSON null value
293293
* @return return true if the value at the specified location is
294-
* {@code JsonValue.NUL}, otherwise false
294+
* {@code JsonValue.NULL}, otherwise false
295295
* @throws IndexOutOfBoundsException if the index is out of range
296296
*/
297297
boolean isNull(int index);

0 commit comments

Comments
 (0)