From: Cherian Mathew Date: Thu, 26 Nov 2015 14:19:54 +0000 (+0100) Subject: Cleanup code X-Git-Tag: 3.12.0^2~49^2~1 X-Git-Url: https://dev.e-taxonomy.eu/gitweb/taxeditor.git/commitdiff_plain/d6cf924b05457d4ba3007db97d643531d941c2c4?hp=0f8ea4a2ec8664dc3b78dc4b3502a9cd7cd699d5 Cleanup code --- 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();