fix a typo in the documentation

This commit is contained in:
Filip Hrisafov 2016-12-06 22:37:30 +01:00
parent 81a4cb360d
commit f94990270f

View File

@ -507,7 +507,7 @@ MapStruct also supports mappings of `public` fields that have no getters/setters
use the fields as read/write accessor if it cannot find suitable getter/setter methods for the property.
A field is considered as a read accessor if it is `public` or `public final`. If a field is `static` it is not
considered as a read accessors.
considered as a read accessor.
A field is considered as a write accessor only if it is `public`. If a field is `final` and/or `static` it is not
considered as a write accessor.