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/ChangeConceptRelationshipTypeHandler.java
27 27
import eu.etaxonomy.taxeditor.operations.ChangeConceptRelationshipTypeOperation;
28 28

  
29 29
/**
30
 * <p>ChangeConceptRelationshipTypeHandler class.</p>
31
 *
30 32
 * @author n.hoffmann
31 33
 * @created 22.04.2009
32 34
 * @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