From d7a0b2b69d22758b2ae1c8d2e33b817be7d40a26 Mon Sep 17 00:00:00 2001 From: quasi Date: Thu, 7 Nov 2013 12:06:10 +0000 Subject: [PATCH] * Meine Author Angaben korrigiert git-svn-id: https://svn.libreccm.org/ccm/trunk@2420 8810af33-2d31-482b-a856-94f89814c4df --- .../src/com/arsdigita/cms/contenttypes/ContactConfig.java | 2 +- .../src/com/arsdigita/cms/contenttypes/ContactInitializer.java | 2 +- .../src/com/arsdigita/cms/contenttypes/ContactLoader.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ccm-cms-types-contact/src/com/arsdigita/cms/contenttypes/ContactConfig.java b/ccm-cms-types-contact/src/com/arsdigita/cms/contenttypes/ContactConfig.java index 02a1660f8..e604c2e0d 100644 --- a/ccm-cms-types-contact/src/com/arsdigita/cms/contenttypes/ContactConfig.java +++ b/ccm-cms-types-contact/src/com/arsdigita/cms/contenttypes/ContactConfig.java @@ -11,7 +11,7 @@ import org.apache.log4j.Logger; /** * Stores the configuration record for the contact. * - * @author Sören Bernstein (quasimodo) quasi@zes.uni-bremen.de + * @author Sören Bernstein */ public final class ContactConfig extends AbstractConfig { diff --git a/ccm-cms-types-contact/src/com/arsdigita/cms/contenttypes/ContactInitializer.java b/ccm-cms-types-contact/src/com/arsdigita/cms/contenttypes/ContactInitializer.java index aaa01890b..5922eece4 100755 --- a/ccm-cms-types-contact/src/com/arsdigita/cms/contenttypes/ContactInitializer.java +++ b/ccm-cms-types-contact/src/com/arsdigita/cms/contenttypes/ContactInitializer.java @@ -10,7 +10,7 @@ import org.apache.log4j.Logger; * (map). This is done by runtimeRuntime startup method which runs the init() * methods of all initializers (this one just using the parent implementation). * - * @author Sören Bernstein; + * @author Sören Bernstein * @version $Id: ContactInitializer.java 1596 2007-07-10 16:25:57Z p_boy $ */ public class ContactInitializer extends ContentTypeInitializer { diff --git a/ccm-cms-types-contact/src/com/arsdigita/cms/contenttypes/ContactLoader.java b/ccm-cms-types-contact/src/com/arsdigita/cms/contenttypes/ContactLoader.java index 9808708f0..9be5e1825 100755 --- a/ccm-cms-types-contact/src/com/arsdigita/cms/contenttypes/ContactLoader.java +++ b/ccm-cms-types-contact/src/com/arsdigita/cms/contenttypes/ContactLoader.java @@ -26,7 +26,7 @@ package com.arsdigita.cms.contenttypes; * It uses the base class to create the database schema and the required * table entries for the contenttype. * - * @author Sören Bernstein + * @author Sören Bernstein */ public class ContactLoader extends AbstractContentTypeLoader {