Skip to content

Commit 0abef48

Browse files
committed
Fix a javadoc typo
1 parent f8d3ced commit 0abef48

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
@@ -205,7 +205,7 @@ public enum DeserializationFeature implements ConfigFeature
205205
* Feature is disabled by default, so that no exception is thrown for missing creator
206206
* property values, unless they are explicitly marked as `required`.
207207
*
208-
* @since 2.5
208+
* @since 2.6
209209
*/
210210
FAIL_ON_MISSING_CREATOR_PROPERTIES(false),
211211

0 commit comments

Comments
 (0)