Skip to content

Commit 4265167

Browse files
authored
update javadoc on DefaultPrettyPrinter (#1017)
1 parent f39e881 commit 4265167

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/com/fasterxml/jackson/core/util/DefaultPrettyPrinter.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
* method {@link JsonGenerator#useDefaultPrettyPrinter} is
1313
* used, which will use an instance of this class for operation.
1414
*
15+
* This class is designed for the JSON data format. If you are using
16+
* a different data format, you should use a {@link PrettyPrinter}
17+
* implementation designed to support that format.
18+
*
1519
* If you override this class, take note of {@link Instantiatable},
1620
* as subclasses will still create an instance of DefaultPrettyPrinter.
1721
*/

0 commit comments

Comments
 (0)