Skip to content

Commit 2ba441d

Browse files
committed
Minor fix to a comment
1 parent 8e22209 commit 2ba441d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ public boolean couldDeserialize() {
394394
return (_ctorParameters != null)
395395
|| (_setters != null)
396396
|| ((_fields != null)
397-
// [databind#736] Since 2.16 : Fix `REQUIRE_SETTERS_FOR_GETTERS` taking no effect
397+
// [databind#736] Since 2.17: Fix `REQUIRE_SETTERS_FOR_GETTERS` taking no effect
398398
&& (_anyVisible(_fields)));
399399
}
400400

0 commit comments

Comments
 (0)