We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9a8de1 commit 29c792aCopy full SHA for 29c792a
api/src/main/java/jakarta/json/Json.java
@@ -255,7 +255,7 @@ public static JsonArrayBuilder createArrayBuilder(JsonArray array) {
255
256
/**
257
* Creates a JSON array builder, initialized with the content of specified {@code collection}.
258
- * If the @{code collection} contains {@link Optional}s then resulting JSON array builder
+ * If the {@code collection} contains {@link Optional}s then resulting JSON array builder
259
* contains the value from the {@code collection} only if the {@link Optional} is not empty.
260
*
261
* @param collection the initial data for the builder
0 commit comments