Skip to content

Commit

Permalink
update javadoc on DefaultPrettyPrinter (#1017)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored May 12, 2023
1 parent f39e881 commit 4265167
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
* method {@link JsonGenerator#useDefaultPrettyPrinter} is
* used, which will use an instance of this class for operation.
*
* This class is designed for the JSON data format. If you are using
* a different data format, you should use a {@link PrettyPrinter}
* implementation designed to support that format.
*
* If you override this class, take note of {@link Instantiatable},
* as subclasses will still create an instance of DefaultPrettyPrinter.
*/
Expand Down

0 comments on commit 4265167

Please sign in to comment.