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 ee0a1c5 commit 0b31574Copy full SHA for 0b31574
src/main/java/com/fasterxml/jackson/core/JsonFactory.java
@@ -27,8 +27,10 @@
27
28
/**
29
* 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})
+ * construct
+ * reader (aka parser, {@link JsonParser})
32
+ * and
33
+ * writer (aka generator, {@link JsonGenerator})
34
* instances.
35
*<p>
36
* Factory instances are thread-safe and reusable after configuration
0 commit comments