Skip to content

Commit a80b0be

Browse files
jbescoslukasj
authored andcommitted
Fix JsonArray documentation for getBoolean #149
Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
1 parent 6c9bdef commit a80b0be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ default <T, K extends JsonValue> List<T> getValuesAs(Function<K, T> func) {
242242
* @return the boolean value at the specified position
243243
* @throws IndexOutOfBoundsException if the index is out of range
244244
* @throws ClassCastException if the value at the specified position is not
245-
* assignable to {@code JsonValue.TRUE} or {@code JsonValue.FALSE}
245+
* {@code JsonValue.TRUE} or {@code JsonValue.FALSE}
246246
*/
247247
boolean getBoolean(int index);
248248

0 commit comments

Comments
 (0)