performed javacscript:fix and worked on documentation
[taxeditor.git] / taxeditor-store / src / main / java / eu / etaxonomy / taxeditor / user / handler / CreateUserHandler.java
index 2acfae70533ea26072875b621ed280f5caef5c34..eac13def86cf5c90542b65063f48a74b8eb8633d 100644 (file)
@@ -21,6 +21,8 @@ import eu.etaxonomy.taxeditor.user.view.UserManagerView;
 import eu.etaxonomy.taxeditor.user.wizard.UserWizard;
 
 /**
+ * <p>CreateUserHandler class.</p>
+ *
  * @author n.hoffmann
  * @created 02.07.2009
  * @version 1.0
@@ -30,6 +32,7 @@ public class CreateUserHandler extends AbstractHandler {
        /* (non-Javadoc)
         * @see org.eclipse.core.commands.IHandler#execute(org.eclipse.core.commands.ExecutionEvent)
         */
+       /** {@inheritDoc} */
        public Object execute(ExecutionEvent event) throws ExecutionException {
                Shell shell = HandlerUtil.getActiveShell(event);