From bad486241cc091938ebe2d99ff61ea8604e3c949 Mon Sep 17 00:00:00 2001 From: jensp Date: Wed, 29 Mar 2017 06:28:05 +0000 Subject: [PATCH] CCM NG/ccm-cms: Typos in JavaDoc git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@4647 8810af33-2d31-482b-a856-94f89814c4df --- .../org/librecms/contenttypes/ContentTypeDescription.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ccm-cms/src/main/java/org/librecms/contenttypes/ContentTypeDescription.java b/ccm-cms/src/main/java/org/librecms/contenttypes/ContentTypeDescription.java index 9c4ee990b..1157fc224 100644 --- a/ccm-cms/src/main/java/org/librecms/contenttypes/ContentTypeDescription.java +++ b/ccm-cms/src/main/java/org/librecms/contenttypes/ContentTypeDescription.java @@ -37,7 +37,7 @@ import java.lang.annotation.Target; public @interface ContentTypeDescription { /** - * The key of the label for the content type in the label bundle. Default + * The key for the label for the content type in the label bundle. Default * value is {@code label}. * * @return The key for label of the content type. @@ -58,8 +58,8 @@ public @interface ContentTypeDescription { String labelBundle() default ""; /** - * The key of the description for the content type in the label bundle. - * Default value is {@code descripion}. + * The key for the description for the content type in the description + * bundle. Default value is {@code descripion}. * * @return The key for description of the content type. */