Cleanup code
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / newWizard / NewTaxonNodeWizard.java
index 90a1dc935a1bca6b39b0ea00d3786b1e10ef45ce..bd2588b773c6d2e396a40e2b1144122f46198369 100644 (file)
@@ -62,10 +62,6 @@ public class NewTaxonNodeWizard extends AbstractNewEntityWizard<ITaxonTreeNode>{
                 generatedTaxonNodeUuid = taxonNode.getUuid();
 
                 Set<CdmBase> affectedObjects = new HashSet<CdmBase>();
-                //FIXME:Remoting Hack for now - need to generalise this
-                // by making the affected objects a set of ICdmBase
-                // Also, this needs to be moved to the new operations
-                // architecture.
 
                 TaxonNode parentNode = taxonNode.getParent();
                 if(parentNode.getParent() == null) {