ref #6369 adapt existing occurrences of interface to removed generics
[cdmlib.git] / cdmlib-io / src / main / java / eu / etaxonomy / cdm / io / markup / MarkupImportBase.java
index 628265f1eded75d5a0804b0cea28f7feb50f251a..8e325481a183c9cc0b29d0aa2398ecb1c8cfa20b 100644 (file)
@@ -1149,7 +1149,7 @@ public abstract class MarkupImportBase  {
        }
 
        protected void handleFullName(MarkupImportState state, XMLEventReader reader,
-                       INonViralName<?> name, XMLEvent next) throws XMLStreamException {
+                       INonViralName name, XMLEvent next) throws XMLStreamException {
                String fullNameStr;
                Map<String, Attribute> attrs = getAttributes(next);
                String rankStr = getAndRemoveRequiredAttributeValue(next,