CCM NG/ccm-cms: Typos in JavaDoc
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@4647 8810af33-2d31-482b-a856-94f89814c4dfccm-docs
parent
128b9c825a
commit
bad486241c
|
|
@ -37,7 +37,7 @@ import java.lang.annotation.Target;
|
||||||
public @interface ContentTypeDescription {
|
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}.
|
* value is {@code label}.
|
||||||
*
|
*
|
||||||
* @return The key for label of the content type.
|
* @return The key for label of the content type.
|
||||||
|
|
@ -58,8 +58,8 @@ public @interface ContentTypeDescription {
|
||||||
String labelBundle() default "";
|
String labelBundle() default "";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The key of the description for the content type in the label bundle.
|
* The key for the description for the content type in the description
|
||||||
* Default value is {@code descripion}.
|
* bundle. Default value is {@code descripion}.
|
||||||
*
|
*
|
||||||
* @return The key for description of the content type.
|
* @return The key for description of the content type.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue