Project

General

Profile

« Previous | Next » 

Revision 3be6ef3e

Added by Niels Hoffmann over 13 years ago

performed javacscript:fix and worked on documentation

View differences:

taxeditor-editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/handler/ChangeToMisapplicationHandler.java
28 28
import eu.etaxonomy.taxeditor.operations.ChangeSynonymToMisapplicationOperation;
29 29

  
30 30
/**
31
 * <p>ChangeToMisapplicationHandler class.</p>
32
 *
31 33
 * @author n.hoffmann
32 34
 * @created 21.04.2009
33 35
 * @version 1.0
......
40 42
	/* (non-Javadoc)
41 43
	 * @see org.eclipse.core.commands.IHandler#execute(org.eclipse.core.commands.ExecutionEvent)
42 44
	 */
45
	/** {@inheritDoc} */
43 46
	public Object execute(ExecutionEvent event) throws ExecutionException {
44 47
		TaxonNameEditor editor = (TaxonNameEditor) EditorUtil.getActiveEditorPage(
45 48
				Page.NAME);

Also available in: Unified diff