#1995 follow up, small typo

This commit is contained in:
Sjaak Derksen 2020-01-10 20:16:25 +01:00 committed by GitHub
parent 57cfd35afc
commit 076f3ba839
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -306,7 +306,7 @@ public abstract class FishTankMapperWithVolume {
----
====
Note the `@Mapping` annotation where `source` field is equal to `"source"`, indicating the parameter name `source` itself in the method `map(FishTank source)` in stead of a (target) property in `FishTank`.
Note the `@Mapping` annotation where `source` field is equal to `"source"`, indicating the parameter name `source` itself in the method `map(FishTank source)` instead of a (target) property in `FishTank`.
[[invoking-other-mappers]]