diff --git a/core-common/src/main/java/org/mapstruct/Mapper.java b/core-common/src/main/java/org/mapstruct/Mapper.java index 20ccbfc4f..725f5541d 100644 --- a/core-common/src/main/java/org/mapstruct/Mapper.java +++ b/core-common/src/main/java/org/mapstruct/Mapper.java @@ -96,8 +96,8 @@ public @interface Mapper { String implementationName() default "Impl"; /** - * Specifies the target package for the generated implementation. The {@code } will be replaced - * by the interface's or abstract class' package. + * Specifies the target package for the generated implementation. The {@code } will be replaced by the + * interface's or abstract class' package. *

* Defaults to using the same package as the mapper interface/abstract class * diff --git a/core-common/src/main/java/org/mapstruct/MapperConfig.java b/core-common/src/main/java/org/mapstruct/MapperConfig.java index cbbedeacf..bb74c3af2 100644 --- a/core-common/src/main/java/org/mapstruct/MapperConfig.java +++ b/core-common/src/main/java/org/mapstruct/MapperConfig.java @@ -96,8 +96,8 @@ public @interface MapperConfig { String implementationName() default "Impl"; /** - * Specifies the target package for the generated implementation. The {@code } will be replaced - * by the interface's or abstract class' package. + * Specifies the target package for the generated implementation. The {@code } will be replaced by the + * interface's or abstract class' package. *

* Defaults to using the same package as the mapper interface/abstract class *