Skip to content

Commit

Permalink
Minor fix to a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jun 23, 2024
1 parent 8e22209 commit 2ba441d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ public boolean couldDeserialize() {
return (_ctorParameters != null)
|| (_setters != null)
|| ((_fields != null)
// [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
&& (_anyVisible(_fields)));
}

Expand Down

0 comments on commit 2ba441d

Please sign in to comment.