Project

General

Profile

« Previous | Next » 

Revision d6cf924b

Added by Cherian Mathew over 8 years ago

Cleanup code

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/newWizard/NewTaxonNodeWizard.java
62 62
                generatedTaxonNodeUuid = taxonNode.getUuid();
63 63

  
64 64
                Set<CdmBase> affectedObjects = new HashSet<CdmBase>();
65
                //FIXME:Remoting Hack for now - need to generalise this
66
                // by making the affected objects a set of ICdmBase
67
                // Also, this needs to be moved to the new operations
68
                // architecture.
69 65

  
70 66
                TaxonNode parentNode = taxonNode.getParent();
71 67
                if(parentNode.getParent() == null) {
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/util/ApplicationUtil.java
28 28
    /**
29 29
     * Prefix to declare the version as beta
30 30
     */
31
    private static final String BETA_PREFIX = "[REMOTING]";
31
    private static final String BETA_PREFIX = "[BETA]";
32 32

  
33 33
    public static String getTitle() {
34 34
        return "EDIT Taxonomic Editor " + ApplicationUtil.getVersion();

Also available in: Unified diff