Skip to content

Commit 0b31574

Browse files
committed
...
1 parent ee0a1c5 commit 0b31574

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/main/java/com/fasterxml/jackson/core/JsonFactory.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@
2727

2828
/**
2929
* The main factory class of Jackson package, used to configure and
30-
* construct reader (aka parser, {@link JsonParser})
31-
* and writer (aka generator, {@link JsonGenerator})
30+
* construct
31+
* reader (aka parser, {@link JsonParser})
32+
* and
33+
* writer (aka generator, {@link JsonGenerator})
3234
* instances.
3335
*<p>
3436
* Factory instances are thread-safe and reusable after configuration

0 commit comments

Comments
 (0)