* Meine Author Angaben korrigiert
git-svn-id: https://svn.libreccm.org/ccm/trunk@2422 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
5ac181b079
commit
358a68c7d7
|
|
@ -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 {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue