We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e22209 commit 2ba441dCopy full SHA for 2ba441d
src/main/java/com/fasterxml/jackson/databind/introspect/POJOPropertyBuilder.java
@@ -394,7 +394,7 @@ public boolean couldDeserialize() {
394
return (_ctorParameters != null)
395
|| (_setters != null)
396
|| ((_fields != null)
397
- // [databind#736] Since 2.16 : Fix `REQUIRE_SETTERS_FOR_GETTERS` taking no effect
+ // [databind#736] Since 2.17: Fix `REQUIRE_SETTERS_FOR_GETTERS` taking no effect
398
&& (_anyVisible(_fields)));
399
}
400
0 commit comments