Update one typo in JavaDoc (#2938)

This commit is contained in:
todzhang's cloudsdocker 2023-05-01 17:12:23 +10:00 committed by GitHub
parent d3b4a168b7
commit 970984785d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -287,7 +287,7 @@ public @interface Mapping {
/**
* Whether the property specified via {@link #target()} should be ignored by the generated mapping method or not.
* This can be useful when certain attributes should not be propagated from source or target or when properties in
* This can be useful when certain attributes should not be propagated from source to target or when properties in
* the target object are populated using a decorator and thus would be reported as unmapped target property by
* default.
*