performed javacscript:fix and worked on documentation
[taxeditor.git] / taxeditor-editor / src / main / java / eu / etaxonomy / taxeditor / editor / handler / create / NewPersonHandler.java
index 4f146c8fa0210ca52f44a0233927d609dfc4c5fc..6fb733da0a37aa0664a3b7a8ad560005a8f30ab8 100644 (file)
@@ -21,6 +21,8 @@ import org.eclipse.ui.handlers.HandlerUtil;
 import eu.etaxonomy.taxeditor.editor.newWizard.NewPersonWizard;
 
 /**
+ * <p>NewPersonHandler class.</p>
+ *
  * @author n.hoffmann
  * @created Jun 1, 2010
  * @version 1.0
@@ -32,6 +34,7 @@ public class NewPersonHandler 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 {
                NewPersonWizard wizard = new NewPersonWizard();
                wizard.init(null, null);