From e553100dd37011bda7523b942fb7aca141f5a7c7 Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 24 Jun 2021 19:15:13 +0200 Subject: [PATCH] Update Named.java --- core/src/main/java/org/mapstruct/Named.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/org/mapstruct/Named.java b/core/src/main/java/org/mapstruct/Named.java index 0b6e8b53a9..773886a7b1 100644 --- a/core/src/main/java/org/mapstruct/Named.java +++ b/core/src/main/java/org/mapstruct/Named.java @@ -14,7 +14,7 @@ * Marks mapping methods with the given qualifier name. Can be used to qualify a single method or all methods of a given * type by specifying this annotation on the type level. *

- * Will be used to to select the correct mapping methods when mapping a bean property type, element of an iterable type + * Will be used to select the correct mapping methods when mapping a bean property type, element of an iterable type * or the key/value of a map type. *

* Example (both methods of {@code Titles} are capable to convert a string, but the ambiguity is resolved by applying