Project

General

Profile

« Previous | Next » 

Revision 61a85864

Added by Katja Luther about 7 years ago

code cleaning

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/operation/DeleteSynonymOperation.java
75 75
			element.removeSynonym(synonym);
76 76

  
77 77
		} else {
78
			//TODO: this should be moved to the handler, the operations should not contain ui code
78

  
79 79
			result = service.deleteSynonym(synonym.getUuid(), (SynonymDeletionConfigurator)configurator);
80 80

  
81 81
		}
82
	//	taxon.removeSynonym(synonym);
83
//				CdmStore.getTaxonService().deleteSynonymRelationships(synonym);
84
//				CdmStore.getTaxonService().delete(synonym);
85 82

  
86 83
		monitor.worked(40);
87 84

  

Also available in: Unified diff