try fixing compile error
authorAndreas Müller <a.mueller@bgbm.org>
Mon, 25 Feb 2019 21:59:31 +0000 (22:59 +0100)
committerAndreas Müller <a.mueller@bgbm.org>
Mon, 25 Feb 2019 21:59:31 +0000 (22:59 +0100)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/name/TypeDesignationSection.java

index aafa5c3d4c8c49ad2d68941d8c1956bb5d171cb2..1073af388119b6aa11050fd41b8908fb54d90139 100644 (file)
@@ -71,7 +71,7 @@ public class TypeDesignationSection extends AbstractEntityCollectionSection<Taxo
 
        /** {@inheritDoc} */
        @Override
-       public Collection<TypeDesignationBase> getCollection(TaxonName entity) {
+       public Collection<TypeDesignationBase<?>> getCollection(TaxonName entity) {
                if (entity == null){
                        return null;
                }