performed javacscript:fix and worked on documentation
[taxeditor.git] / taxeditor-editor / src / main / java / eu / etaxonomy / taxeditor / editor / handler / create / NewNameHandler.java
index 657b3aad702e625dfc757ad658d626f017c2d887..9906e00c3e884bfa403cda167d8f66fa51d46722 100644 (file)
@@ -21,6 +21,8 @@ import org.eclipse.ui.handlers.HandlerUtil;
 import eu.etaxonomy.taxeditor.editor.newWizard.NewNonViralNameWizard;
 
 /**
+ * <p>NewNameHandler class.</p>
+ *
  * @author n.hoffmann
  * @created Jun 1, 2010
  * @version 1.0
@@ -31,6 +33,7 @@ public class NewNameHandler extends AbstractHandler implements IHandler {
        /* (non-Javadoc)
         * @see org.eclipse.core.commands.IHandler#execute(org.eclipse.core.commands.ExecutionEvent)
         */
+       /** {@inheritDoc} */
        public Object execute(ExecutionEvent event) throws ExecutionException {
                NewNonViralNameWizard wizard = new NewNonViralNameWizard();
                wizard.init(null, null);