Skip to content

Commit d5c8ecc

Browse files
authored
Fix version typo (#4044)
1 parent bd90929 commit d5c8ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/fasterxml/jackson/databind/introspect/JacksonAnnotationIntrospector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ public Enum<?> findDefaultEnumValue(Class<Enum<?>> enumCls) {
323323
*
324324
* @param annotatedClass The Enum class to scan for the default value annotation.
325325
* @return null if none found or it's not possible to determine one.
326-
* @since 2.17
326+
* @since 2.16
327327
*/
328328
@Override // since 2.16
329329
public Enum<?> findDefaultEnumValue(AnnotatedClass annotatedClass, Enum<?>[] enumValues) {

0 commit comments

Comments
 (0)