editor now updatable via updateSite
[taxeditor.git] / taxeditor-navigation / src / main / java / eu / etaxonomy / taxeditor / navigation / handler / QuickCreateChildTaxonHandler.java
index d826976bb5315648a297d355e7272357dd8a4879..374fc8128385d36276f5953623d1089dc9eae93a 100644 (file)
@@ -63,7 +63,7 @@ public class QuickCreateChildTaxonHandler extends AbstractHandler implements
                        
                        //TaxonUtil.addChildTaxonBaseIsolated(parentTaxon.getUuid(), dialog.getValue());
 
-                       TaxonNameBase name = CdmParserUtil.parseFullReference(dialog.getValue(), null, null);
+                       TaxonNameBase<?, ?> name = CdmParserUtil.parseFullReference(dialog.getValue(), null, null);
                        
                        IUndoableOperation operation;
                        try {