diff --git a/ccm-sci-publications/src/com/arsdigita/cms/contenttypes/Publication.java b/ccm-sci-publications/src/com/arsdigita/cms/contenttypes/Publication.java index 048a1d260..96cf1515e 100644 --- a/ccm-sci-publications/src/com/arsdigita/cms/contenttypes/Publication.java +++ b/ccm-sci-publications/src/com/arsdigita/cms/contenttypes/Publication.java @@ -29,20 +29,20 @@ import java.math.BigDecimal; /** *

- * This is the base class for all other Publication Contenttypes. The + * This is the base class for all other Publication Content types. The * following UML class diagram shows an overview of the classes of the * Publications module. Please note that the UML diagram shown an general * overview of the classes/object types of the publications module. It shows - * the attributes of the contenttypes and theirs assoications among them. Not + * the attributes of the content types and theirs associations between them. Not * all classes shown in the UML have a Java counterpart. These classes are - * representing assoications with extra attributes. The associations + * representing associations with extra attributes. The associations * are defined in the PDL files of this module. *

*

- * + * *

*

- * This class is not a directly usable Contenttype. Its is only used to + * This class is not a directly usable Content type. Its is only used to * define some common attributes needed for all kinds of publications. *

*