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/create/NewPersonHandler.java
21 21
import eu.etaxonomy.taxeditor.editor.newWizard.NewPersonWizard;
22 22

  
23 23
/**
24
 * <p>NewPersonHandler class.</p>
25
 *
24 26
 * @author n.hoffmann
25 27
 * @created Jun 1, 2010
26 28
 * @version 1.0
......
32 34
	/* (non-Javadoc)
33 35
	 * @see org.eclipse.core.commands.IHandler#execute(org.eclipse.core.commands.ExecutionEvent)
34 36
	 */
37
	/** {@inheritDoc} */
35 38
	public Object execute(ExecutionEvent event) throws ExecutionException {
36 39
		NewPersonWizard wizard = new NewPersonWizard();
37 40
		wizard.init(null, null);

Also available in: Unified diff