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/CreateSynonymInNewGroupOperation.java
55 55
		this.newSynonymName = newSynonymName;
56 56
	}
57 57

  
58
	/** {@inheritDoc} */
59 58
	@Override
60 59
	public IStatus execute(IProgressMonitor monitor, IAdaptable info)
61 60
			throws ExecutionException {
......
79 78
		return postExecute(newSynonym);
80 79
	}
81 80

  
82

  
83

  
84
    /** {@inheritDoc} */
85 81
	@Override
86 82
	public IStatus redo(IProgressMonitor monitor, IAdaptable info)
87 83
			throws ExecutionException {
88 84
		return execute(monitor, info);
89 85
	}
90 86

  
91
	/** {@inheritDoc} */
92 87
	@Override
93 88
	public IStatus undo(IProgressMonitor monitor, IAdaptable info)
94 89
			throws ExecutionException {

Also available in: Unified diff