Skip to content

Commit f167e7a

Browse files
valery1707filiphr
authored andcommitted
Fix typo in JavaDoc
1 parent 8b84f5b commit f167e7a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

core/src/main/java/org/mapstruct/Mapping.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
* <p><strong>Example 2:</strong> Mapping properties with different names</p>
5555
* <pre><code class='java'>
5656
* // We need map Human.companyName to HumanDto.company
57-
* // we can use &#64;Mapping with parameters {@link #source()} and {@link #source()}
57+
* // we can use &#64;Mapping with parameters {@link #source()} and {@link #target()}
5858
* &#64;Mapper
5959
* public interface HumanMapper {
6060
* &#64;Mapping(source="companyName", target="company")
@@ -476,6 +476,4 @@ NullValuePropertyMappingStrategy nullValuePropertyMappingStrategy()
476476
*/
477477
Class<? extends Annotation> mappingControl() default MappingControl.class;
478478

479-
480-
481479
}

0 commit comments

Comments
 (0)