From d6cf924b05457d4ba3007db97d643531d941c2c4 Mon Sep 17 00:00:00 2001 From: Cherian Mathew Date: Thu, 26 Nov 2015 15:19:54 +0100 Subject: [PATCH] Cleanup code --- .../eu/etaxonomy/taxeditor/newWizard/NewTaxonNodeWizard.java | 4 ---- .../java/eu/etaxonomy/taxeditor/util/ApplicationUtil.java | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/newWizard/NewTaxonNodeWizard.java b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/newWizard/NewTaxonNodeWizard.java index 90a1dc935..bd2588b77 100644 --- a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/newWizard/NewTaxonNodeWizard.java +++ b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/newWizard/NewTaxonNodeWizard.java @@ -62,10 +62,6 @@ public class NewTaxonNodeWizard extends AbstractNewEntityWizard{ generatedTaxonNodeUuid = taxonNode.getUuid(); Set affectedObjects = new HashSet(); - //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) { diff --git a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/util/ApplicationUtil.java b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/util/ApplicationUtil.java index 8f3025067..7282445a8 100644 --- a/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/util/ApplicationUtil.java +++ b/eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/util/ApplicationUtil.java @@ -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(); -- 2.34.1