Skip to content

Commit 1a0c39e

Browse files
committed
Merge branch '2.20' into 2.x
2 parents 67135f7 + eae501f commit 1a0c39e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/fasterxml/jackson/databind/DeserializationFeature.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ public enum DeserializationFeature implements ConfigFeature
162162

163163
/**
164164
* Feature that determines what happens when reading JSON content into tree
165-
* ({@link com.fasterxml.jackson.core.TreeNode}) and a duplicate key
165+
* ({@link JsonNode} and a duplicate key
166166
* is encountered (property name that was already seen for the JSON Object).
167167
* If enabled, {@link JsonMappingException} will be thrown; if disabled, no exception
168168
* is thrown and the new (later) value overwrites the earlier value.

0 commit comments

Comments
 (0)