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

Commit 3df1643

Browse files
authored
#41: typo in JsonObject.isNull javadoc (#46)
Signed-off-by: Lukas Jungmann <[email protected]>
1 parent ae1bf04 commit 3df1643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ public interface JsonObject extends JsonStructure, Map<String, JsonValue> {
263263
* {@code JsonValue.NULL}.
264264
*
265265
* @param name name whose associated value is checked
266-
* @return return true if the associated value is {@code JsonValue.NUL},
266+
* @return return true if the associated value is {@code JsonValue.NULL},
267267
* otherwise false
268268
* @throws NullPointerException if the specified name doesn't have any
269269
* mapping

0 commit comments

Comments
 (0)