* Meine Author Angaben korrigiert

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

View File

@ -42,7 +42,7 @@ import org.apache.log4j.Logger;
* The current version of this contenttype is modeled on base of the MultipartArticle * The current version of this contenttype is modeled on base of the MultipartArticle
* contenttype. * contenttype.
* *
* @author Sören Bernstein * @author Sören Bernstein <quasi@quasiweb.de>
*/ */
public class HealthCareFacility extends GenericOrganization { public class HealthCareFacility extends GenericOrganization {

View File

@ -11,7 +11,7 @@ import org.apache.log4j.Logger;
/** /**
* Stores the configuration record for the healthCareFacility. * Stores the configuration record for the healthCareFacility.
* *
* @author Sören Bernstein (quasimodo) quasi@zes.uni-bremen.de * @author Sören Bernstein <quasi@quasiweb.de>
*/ */
public final class HealthCareFacilityConfig extends AbstractConfig { public final class HealthCareFacilityConfig extends AbstractConfig {

View File

@ -30,7 +30,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>
*/ */
public class HealthCareFacilityInitializer extends ContentTypeInitializer { public class HealthCareFacilityInitializer extends ContentTypeInitializer {

View File

@ -25,7 +25,7 @@ import org.apache.log4j.Logger;
/** /**
* Loader for the HealthCareFacility content type. * Loader for the HealthCareFacility content type.
* *
* @author Sören Bernstein * @author Sören Bernstein <quasi@quasiweb.de>
*/ */
public class HealthCareFacilityLoader extends AbstractContentTypeLoader { public class HealthCareFacilityLoader extends AbstractContentTypeLoader {

View File

@ -46,7 +46,7 @@ import org.apache.log4j.Logger;
* This class is part of the admin GUI of CCM and extends the standard form * This class is part of the admin GUI of CCM and extends the standard form
* in order to present forms for managing the multi-language categories. * in order to present forms for managing the multi-language categories.
* *
* @author Sören Bernstein (quasimodo) quasi@zes.uni-bremen.de * @author Sören Bernstein <quasi@quasiweb.de>
*/ */
public class HealthCareFacilityContactAddForm extends BasicItemForm { public class HealthCareFacilityContactAddForm extends BasicItemForm {

View File

@ -26,7 +26,7 @@ import com.arsdigita.cms.ui.authoring.SimpleEditStep;
import com.arsdigita.cms.ui.workflow.WorkflowLockedComponentAccess; import com.arsdigita.cms.ui.workflow.WorkflowLockedComponentAccess;
/** /**
* @author Sören Bernstein * @author Sören Bernstein <quasi@quasiweb.de>
*/ */
public class HealthCareFacilityContactPropertiesStep extends SimpleEditStep { public class HealthCareFacilityContactPropertiesStep extends SimpleEditStep {

View File

@ -43,7 +43,7 @@ import java.math.BigDecimal;
/** /**
* Lists all existing contact entries for a selected contact. * Lists all existing contact entries for a selected contact.
* *
* @author Sören Bernstein (quasimodo) quasi@barkhof.uni-bremen.de * @author Sören Bernstein <quasi@quasiweb.de>
*/ */
public class HealthCareFacilityContactTable extends Table implements TableActionListener { public class HealthCareFacilityContactTable extends Table implements TableActionListener {