* Meine Author Angaben korrigiert

git-svn-id: https://svn.libreccm.org/ccm/trunk@2420 8810af33-2d31-482b-a856-94f89814c4df
master
quasi 2013-11-07 12:06:10 +00:00
parent 8f164268f8
commit d7a0b2b69d
3 changed files with 3 additions and 3 deletions

View File

@ -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 <quasi@quasiweb.de>
*/
public final class ContactConfig extends AbstractConfig {

View File

@ -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 <quasi@quasiweb.de>
* @version $Id: ContactInitializer.java 1596 2007-07-10 16:25:57Z p_boy $
*/
public class ContactInitializer extends ContentTypeInitializer {

View File

@ -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 <quasi@quasiweb.de>
*/
public class ContactLoader extends AbstractContentTypeLoader {