fixing compiler problem with generic type var
authorAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Fri, 26 Feb 2021 14:16:03 +0000 (15:16 +0100)
committerAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Fri, 26 Feb 2021 14:16:03 +0000 (15:16 +0100)
src/main/java/eu/etaxonomy/cdm/vaadin/view/name/SpecimenTypeDesignationWorkingsetEditorPresenter.java

index 580a0a6ae3e90665a60a36ffcab37871fef8c665..34095a1d4d51a6c1941e257258611ba19542042f 100644 (file)
@@ -139,7 +139,7 @@ public class SpecimenTypeDesignationWorkingsetEditorPresenter
 
     private Map<ReferencePopupEditor, ToOneRelatedEntityCombobox<Reference>> referencePopupEditorsCombobox = new HashMap<>();
 
-    private ElementCollectionHelper<ElementCollectionField> typeDesignationsCollectionFieldHelper;
+    private ElementCollectionHelper<ElementCollectionField<?>> typeDesignationsCollectionFieldHelper;
 
     private Set<CollectionRowItemCollection> typeDesignationEditorRows = new HashSet<>();