Skip to content

Commit 1bf6987

Browse files
authored
Fix typo in Named.java (mapstruct#2500)
1 parent 4c338fa commit 1bf6987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Marks mapping methods with the given qualifier name. Can be used to qualify a single method or all methods of a given
1515
* type by specifying this annotation on the type level.
1616
* <p>
17-
* Will be used to to select the correct mapping methods when mapping a bean property type, element of an iterable type
17+
* Will be used to select the correct mapping methods when mapping a bean property type, element of an iterable type
1818
* or the key/value of a map type.
1919
* <p>
2020
* Example (both methods of {@code Titles} are capable to convert a string, but the ambiguity is resolved by applying

0 commit comments

Comments
 (0)