Skip to content

Commit 2bde935

Browse files
committed
Mark #456 as fixed (was added earlier)
1 parent eb86a5d commit 2bde935

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

release-notes/VERSION

+1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ JSON library.
2020
#378: Change default for `TokenStreamFactory.Feature.INTERN_FIELD_NAMES` to `false`
2121
#432: Add new `TreeNode` subtypes: `ArrayTreeNode`, `ObjectTreeNode`
2222
#433: Add Builder pattern for creating configured Stream factories
23+
#456: Add `JsonParser.readAsValue(ResolvedType)`
2324
- Rename `JsonGenerator.Feature.AUTO_CLOSE_JSON_CONTENT` as `AUTO_CLOSE_CONTENT`

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* to make results more human readable. Usually this means things like adding
1818
* linefeeds and indentation.
1919
*<p>
20-
* Note: since stateful implementations MUST implement
20+
* Note: stateful implementations MUST implement
2121
* {@link com.fasterxml.jackson.core.util.Instantiatable} interface,
2222
* to allow for constructing per-generation instances and avoid
2323
* state corruption.

0 commit comments

Comments
 (0)