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/CreateMisapplicationHandler.java
27 27
import eu.etaxonomy.taxeditor.parser.ParseHandler;
28 28

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

Also available in: Unified diff