Merge branch 'develop' into LibrAlign
[taxeditor.git] / eu.etaxonomy.taxeditor.navigation / src / main / java / eu / etaxonomy / taxeditor / navigation / navigator / operation / RemotingDeleteTaxonNodeOperation.java
index e1df3bd07e20d6c7474da39d5c043529c026e799..8cd883626332322c6d132248b159ca7fef267af8 100644 (file)
@@ -1,4 +1,3 @@
-// $Id$
 /**
 * Copyright (C) 2015 EDIT
 * European Distributed Institute of Taxonomy
@@ -57,6 +56,8 @@ public class RemotingDeleteTaxonNodeOperation extends RemotingCdmUpdateOperation
      */
     @Override
     protected UpdateResult doUpdateExecute(IProgressMonitor monitor, IAdaptable info) throws Exception {
+
+
         if(treeNodes.size() == 1) {
             // when single node this is either a taxon or a classification
             ITaxonTreeNode node = treeNodes.iterator().next();