Skip to content

Commit

Permalink
Fix typo in USE_GETTERS_AS_SETTERS description (FasterXML#3931)
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed May 15, 2023
1 parent d8d4cb6 commit e9db4b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public enum MapperFeature implements ConfigFeature
* and Map to modify the property, without requiring a setter
* method.
* This is similar to how JAXB framework sets Collections and
* Maps: no setter is involved, just setter.
* Maps: no setter is involved, just getter.
*<p>
* Note that such getters-as-setters methods have lower
* precedence than setters, so they are only used if no
Expand Down

0 comments on commit e9db4b3

Please sign in to comment.