Skip to content

Commit

Permalink
remove garbage character between output and source
Browse files Browse the repository at this point in the history
Signed-off-by: Kenji Kazumura <kzr@fujitsu.com>
  • Loading branch information
Kenji Kazumura authored and lukasj committed May 19, 2022
1 parent 731d15b commit c88033f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/javadoc/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <h1>The Object Model API</h1>
<a href="jakarta.json/jakarta/json/JsonReader.html#JsonReaderExample1">This example</a> 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}.
<a href="jakarta.json/jakarta/json/JsonWriter.html#JsonWriterExample1">This example</a> shows
how to write an empty {@code JsonObject} model using the interface
Expand Down

0 comments on commit c88033f

Please sign in to comment.