Skip to content

Commit eae501f

Browse files
committed
Minor Javadoc change wrt FasterXML/jackson-dataformat-xml#779
1 parent 4ba3143 commit eae501f

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)