From b7372848b3627c5b2997375063344fe5ad41cc0a Mon Sep 17 00:00:00 2001 From: jensp Date: Thu, 16 Sep 2010 17:47:11 +0000 Subject: [PATCH] Kleine Korrektur an der JavaDoc. git-svn-id: https://svn.libreccm.org/ccm/trunk@534 8810af33-2d31-482b-a856-94f89814c4df --- .../com/arsdigita/cms/contenttypes/Publication.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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. *

*