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

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

Also available in: Unified diff