ref #6333 Remove framework for exchanging an element in the details view
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / section / vocabulary / StateVocabularyCollectionElement.java
index f49f23ce023b0863c3e6eb7c304449e9e55175ff..c5a91413aadbbc6096b35764c1fa5647186f722a 100644 (file)
@@ -42,7 +42,7 @@ public class StateVocabularyCollectionElement extends AbstractEntityCollectionEl
      */
     public StateVocabularyCollectionElement(CdmFormFactory formFactory, AbstractFormSection section, TermVocabulary<State> entity,
             SelectionListener removeListener, Color backgroundColor, int style) {
-        super(formFactory, section, entity, removeListener, false, backgroundColor, style);
+        super(formFactory, section, entity, removeListener, backgroundColor, style);
 
     }