From 6238e21247403dfb9ab1a2632d9b7833dfcaa4e4 Mon Sep 17 00:00:00 2001 From: Andreas Gudian Date: Fri, 14 Aug 2015 20:57:38 +0200 Subject: [PATCH] #472 Fix typo in javadoc --- core-common/src/main/java/org/mapstruct/Mapper.java | 4 ++-- core-common/src/main/java/org/mapstruct/MapperConfig.java | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 *