* Meine Author Angaben korrigiert
git-svn-id: https://svn.libreccm.org/ccm/trunk@2420 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
8f164268f8
commit
d7a0b2b69d
|
|
@ -11,7 +11,7 @@ import org.apache.log4j.Logger;
|
||||||
/**
|
/**
|
||||||
* Stores the configuration record for the contact.
|
* 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 {
|
public final class ContactConfig extends AbstractConfig {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ import org.apache.log4j.Logger;
|
||||||
* (map). This is done by runtimeRuntime startup method which runs the init()
|
* (map). This is done by runtimeRuntime startup method which runs the init()
|
||||||
* methods of all initializers (this one just using the parent implementation).
|
* 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 $
|
* @version $Id: ContactInitializer.java 1596 2007-07-10 16:25:57Z p_boy $
|
||||||
*/
|
*/
|
||||||
public class ContactInitializer extends ContentTypeInitializer {
|
public class ContactInitializer extends ContentTypeInitializer {
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ package com.arsdigita.cms.contenttypes;
|
||||||
* It uses the base class to create the database schema and the required
|
* It uses the base class to create the database schema and the required
|
||||||
* table entries for the contenttype.
|
* table entries for the contenttype.
|
||||||
*
|
*
|
||||||
* @author Sören Bernstein
|
* @author Sören Bernstein <quasi@quasiweb.de>
|
||||||
*/
|
*/
|
||||||
public class ContactLoader extends AbstractContentTypeLoader {
|
public class ContactLoader extends AbstractContentTypeLoader {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue