Fix Typo Mappper in SubclassMapping Doc

This commit is contained in:
wandi34 2023-11-11 21:48:52 +01:00 committed by GitHub
parent 04deac2b3a
commit 2af291ce2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -68,4 +68,5 @@ Timo Eckhardt - https://github.com/timoe
Tomek Gubala - https://github.com/vgtworld Tomek Gubala - https://github.com/vgtworld
Valentin Kulesh - https://github.com/unshare Valentin Kulesh - https://github.com/unshare
Vincent Alexander Beelte - https://github.com/grandmasterpixel Vincent Alexander Beelte - https://github.com/grandmasterpixel
Winter Andreas - https://github.dev/wandi34
Xiu Hong Kooi - https://github.com/kooixh Xiu Hong Kooi - https://github.com/kooixh

View File

@ -49,7 +49,7 @@ import org.mapstruct.util.Experimental;
* } * }
* </code></pre> * </code></pre>
* <strong>Example 2:</strong> For parents that can be created. (e.g. normal classes or interfaces with * <strong>Example 2:</strong> For parents that can be created. (e.g. normal classes or interfaces with
* &#64;Mappper( uses = ObjectFactory.class ) ) * &#64;Mapper( uses = ObjectFactory.class ) )
* <pre><code class='java'> * <pre><code class='java'>
* // generates * // generates
* &#64;Override * &#64;Override