* Meine Author Angaben korrigiert

git-svn-id: https://svn.libreccm.org/ccm/trunk@2422 8810af33-2d31-482b-a856-94f89814c4df
master
quasi 2013-11-07 12:06:49 +00:00
parent 5ac181b079
commit 358a68c7d7
3 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ import java.util.Date;
/** /**
* *
* *
* @author Sören Bernstein * @author Sören Bernstein <quasi@quasiweb.de>
*/ */
public class Image extends ContentPage { public class Image extends ContentPage {

View File

@ -29,7 +29,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 (sbernstein@zes.uni-bremen.de); * @author Sören Bernstein <quasi@quasiweb.de>
*/ */
public class ImageInitializer extends ContentTypeInitializer { public class ImageInitializer extends ContentTypeInitializer {

View File

@ -21,7 +21,7 @@ package com.arsdigita.cms.contenttypes;
/** /**
* Loader. * Loader.
* *
* @author Sören Bernstein (sbernstein@zes.uni-bremen.de) * @author Sören Bernstein <quasi@quasiweb.de>
*/ */
public class ImageLoader extends AbstractContentTypeLoader { public class ImageLoader extends AbstractContentTypeLoader {