Skip to content

Commit e9db4b3

Browse files
authored
Fix typo in USE_GETTERS_AS_SETTERS description (#3931)
1 parent d8d4cb6 commit e9db4b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/fasterxml/jackson/databind/MapperFeature.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public enum MapperFeature implements ConfigFeature
4040
* and Map to modify the property, without requiring a setter
4141
* method.
4242
* This is similar to how JAXB framework sets Collections and
43-
* Maps: no setter is involved, just setter.
43+
* Maps: no setter is involved, just getter.
4444
*<p>
4545
* Note that such getters-as-setters methods have lower
4646
* precedence than setters, so they are only used if no

0 commit comments

Comments
 (0)