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.
2 parents 55843b2 + 2ba441d commit 2ae2fc0Copy full SHA for 2ae2fc0
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