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

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

Also available in: Unified diff