From 18912727cad64c27158d3b83c279effe4b861eae Mon Sep 17 00:00:00 2001 From: sjaakd Date: Sat, 20 Feb 2016 22:31:07 +0100 Subject: [PATCH] #761 fixing cloudbees issue. --- core-common/src/main/java/org/mapstruct/MapMapping.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core-common/src/main/java/org/mapstruct/MapMapping.java b/core-common/src/main/java/org/mapstruct/MapMapping.java index 8b82991c4..a675fdf30 100644 --- a/core-common/src/main/java/org/mapstruct/MapMapping.java +++ b/core-common/src/main/java/org/mapstruct/MapMapping.java @@ -93,9 +93,9 @@ public @interface MapMapping { Class[] valueQualifiedBy() default { }; /** - * String-based form of qualifiers; When looking for a suitable mapping method to map this map mapping method's value - * type, MapStruct will only consider those methods carrying directly or indirectly (i.e. on the class-level) a - * {@link Named} annotation for each of the specified qualifier names. + * String-based form of qualifiers; When looking for a suitable mapping method to map this map mapping method's + * value type, MapStruct will only consider those methods carrying directly or indirectly (i.e. on the class-level) + * a {@link Named} annotation for each of the specified qualifier names. *

* Note that annotation-based qualifiers are generally preferable as they allow more easily to find references and * are safe for refactorings, but name-based qualifiers can be a less verbose alternative when requiring a large