cleanup
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / section / feature / AbstractApplicableElement.java
index be4fee8238fa06725489bc995e4a4988caed05f1..1cbe82a6204389bf2335e22467b69db80c01aa90 100644 (file)
@@ -33,7 +33,7 @@ public abstract class AbstractApplicableElement extends AbstractEntityCollection
     private TermComboElement<State> comboState;
     private EntitySelectionElement<Feature> selectFeature;
 
-    public AbstractApplicableElement(CdmFormFactory formFactory, AbstractFormSection section, FeatureState entity,
+    public AbstractApplicableElement(CdmFormFactory formFactory, AbstractFormSection<?> section, FeatureState entity,
             SelectionListener removeListener, Color backgroundColor, int style) {
         super(formFactory, section, entity, removeListener, backgroundColor, style);