From c88033ff7092193463e47c125d7027b700730875 Mon Sep 17 00:00:00 2001 From: Kenji Kazumura Date: Thu, 17 Mar 2022 07:57:28 +0900 Subject: [PATCH] remove garbage character between output and source Signed-off-by: Kenji Kazumura --- api/src/main/javadoc/overview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/main/javadoc/overview.html b/api/src/main/javadoc/overview.html index 2b822089..8f2e5693 100644 --- a/api/src/main/javadoc/overview.html +++ b/api/src/main/javadoc/overview.html @@ -92,7 +92,7 @@

The Object Model API

This example shows how to read and create an empty {@code JsonArray} model using the interface {@code JsonReader}. Similarly, these object models can be written to an output -source (such as {@link java.io.OutputStream} or {@link java.io.Writer}) using +source (such as {@link java.io.OutputStream} or {@link java.io.Writer}) using the class {@link jakarta.json.JsonWriter}. This example shows how to write an empty {@code JsonObject} model using the interface