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/handler/OpenParentHandler.java
20 20
import eu.etaxonomy.taxeditor.editor.EditorUtil;
21 21

  
22 22
/**
23
 * <p>OpenParentHandler class.</p>
24
 *
23 25
 * @author n.hoffmann
24 26
 * @created 03.06.2009
25 27
 * @version 1.0
......
29 31
	/* (non-Javadoc)
30 32
	 * @see org.eclipse.core.commands.IHandler#execute(org.eclipse.core.commands.ExecutionEvent)
31 33
	 */
34
	/** {@inheritDoc} */
32 35
	public Object execute(ExecutionEvent event) throws ExecutionException {
33 36
		Taxon parent = EditorUtil.getActiveMultiPageTaxonEditor().getTaxon().getTaxonomicParent();
34 37
		

Also available in: Unified diff