Skip to content

Commit 208c20e

Browse files
committed
Improve javadoc for JsonWriter
1 parent d343b3f commit 208c20e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jsonb/src/main/java/io/avaje/jsonb/JsonWriter.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,7 @@ public interface JsonWriter extends Closeable, Flushable {
212212
void rawValue(String value);
213213

214214
/**
215-
* Write raw content. This is typically used to write new line characters for
216-
* {@code x-json-stream} content.
215+
* Write new line characters typically for {@code x-json-stream} content.
217216
*/
218217
void writeNewLine();
219218

0 commit comments

Comments
 (0)