Cleanup code
authorCherian Mathew <c.mathew@bgbm.org>
Thu, 26 Nov 2015 14:19:54 +0000 (15:19 +0100)
committerCherian Mathew <c.mathew@bgbm.org>
Thu, 26 Nov 2015 14:19:54 +0000 (15:19 +0100)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/newWizard/NewTaxonNodeWizard.java
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/util/ApplicationUtil.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) {
index 8f3025067dabff93477c171c39023a49be7bf67f..7282445a85499925805aa44799d933674be9d701 100644 (file)
@@ -28,7 +28,7 @@ public class ApplicationUtil extends AbstractUtility {
     /**
      * Prefix to declare the version as beta
      */
-    private static final String BETA_PREFIX = "[REMOTING]";
+    private static final String BETA_PREFIX = "[BETA]";
 
     public static String getTitle() {
         return "EDIT Taxonomic Editor " + ApplicationUtil.getVersion();