CCM NG/ccm-cms: Typos in JavaDoc

git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@4647 8810af33-2d31-482b-a856-94f89814c4df
ccm-docs
jensp 2017-03-29 06:28:05 +00:00
parent 128b9c825a
commit bad486241c
1 changed files with 3 additions and 3 deletions

View File

@ -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.
*/