cleanup
[taxeditor.git] / eu.etaxonomy.taxeditor.application / src / main / java / eu / etaxonomy / taxeditor / perspective / Default.java
index bee0cd579faaa3547e22e910efa8584479c605b9..4972b98806d25cb970d4a9b8e1940c2e2a010737 100644 (file)
@@ -1,5 +1,10 @@
 /**
+ * Copyright (C) 2007 EDIT
+ * European Distributed Institute of Taxonomy
+ * http://www.e-taxonomy.eu
  *
+ * The contents of this file are subject to the Mozilla Public License Version 1.1
+ * See LICENSE.TXT at the top of this package for the full license terms.
  */
 package eu.etaxonomy.taxeditor.perspective;
 
@@ -11,7 +16,6 @@ import eu.etaxonomy.taxeditor.store.AppModelId;
 
 /**
  * @author n.hoffmann
- *
  */
 public abstract class Default implements IPerspectiveFactory {
 
@@ -28,15 +32,8 @@ public abstract class Default implements IPerspectiveFactory {
        protected static final String CONCEPT_VIEW = eu.etaxonomy.taxeditor.editor.AppModelId.PARTDESCRIPTOR_EU_ETAXONOMY_TAXEDITOR_EDITOR_VIEW_CONCEPT_E4_CONCEPTVIEWPARTE4;
        protected static final String REFERENCING_VIEW = eu.etaxonomy.taxeditor.bulkeditor.AppModelId.PARTDESCRIPTOR_EU_ETAXONOMY_TAXEDITOR_BULKEDITOR_REFERENCINGOBJECTS_E4_REFERENCINGOBJECTSVIEWE4;
 
-
        public static final String ADDITIONAL = "additional";
 
-       /**
-        *
-        * @param layout
-        * @param refId
-        */
        public void createAdditionalFolder(IPageLayout layout, String refId) {
        }
-
-}
+}
\ No newline at end of file