Project

General

Profile

« Previous | Next » 

Revision 8481f952

Added by Andreas Müller almost 4 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/operation/CreateSynonymInExistingHomotypicalGroupOperation.java
54 54
		this.newSynonymName = newSynonymName;
55 55
	}
56 56

  
57
	/** {@inheritDoc} */
58 57
	@Override
59 58
	public IStatus execute(IProgressMonitor monitor, IAdaptable info)
60 59
			throws ExecutionException {
......
96 95
		return postExecute(synonym);
97 96
	}
98 97

  
99
	/** {@inheritDoc} */
100 98
	@Override
101 99
	public IStatus redo(IProgressMonitor monitor, IAdaptable info)
102 100
			throws ExecutionException {
103 101
		return execute(monitor, info);
104 102
	}
105 103

  
106
	/** {@inheritDoc} */
107 104
	@Override
108 105
	public IStatus undo(IProgressMonitor monitor, IAdaptable info)
109 106
			throws ExecutionException {

Also available in: Unified diff