merge-update of trunk and disabling GUI-Control separation
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / section / AbstractEntityCollectionSection.java
index 38ecea49fe4a3f1dddee003bd4e68086474a4d82..ac94a5a830b07ce1861ffa76a2e4998efe2edcb3 100644 (file)
@@ -29,9 +29,9 @@ import eu.etaxonomy.taxeditor.model.ImageResources;
 import eu.etaxonomy.taxeditor.preference.IPreferenceKeys;
 import eu.etaxonomy.taxeditor.preference.PreferencesUtil;
 import eu.etaxonomy.taxeditor.preference.Resources;
+import eu.etaxonomy.taxeditor.ui.campanula.compatibility.ICdmFormElement;
 import eu.etaxonomy.taxeditor.ui.element.AbstractFormSection;
 import eu.etaxonomy.taxeditor.ui.element.CdmFormFactory;
-import eu.etaxonomy.taxeditor.ui.element.ICdmFormElement;
 
 /**
  * This class visualizes an CDM entity of type ENTITY and additionally provides the functionality to add
@@ -280,7 +280,7 @@ public abstract class AbstractEntityCollectionSection<ENTITY, ELEMENT> extends A
        }
 
        /**
-        * Remove an element from the entities collection and update the section 
+        * Remove an element from the entities collection and update the section
         *
         * @param element a ELEMENT object.
         */
@@ -288,7 +288,7 @@ public abstract class AbstractEntityCollectionSection<ENTITY, ELEMENT> extends A
                removeElement(element);
                internalUpdateSection(true);
        }
-       
+
        /**
         * Get the specific collection of this entity
         *