Skip to content

Commit 1acdf2e

Browse files
committed
Merge branch '2.x' into 3.0
2 parents 9c62146 + 1a0c39e commit 1acdf2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/tools/jackson/databind/DeserializationFeature.java

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

145145
/**
146146
* Feature that determines what happens when reading JSON content into tree
147-
* ({@link tools.jackson.core.TreeNode}) and a duplicate key
147+
* ({@link JsonNode} and a duplicate key
148148
* is encountered (property name that was already seen for the JSON Object).
149149
* If enabled, {@link DatabindException} will be thrown; if disabled, no exception
150150
* is thrown and the new (later) value overwrites the earlier value.

0 commit comments

Comments
 (0)