performed javacscript:fix and worked on documentation
[taxeditor.git] / taxeditor-store / src / main / java / eu / etaxonomy / taxeditor / operations / EditUserOperation.java
index 5138a576f4ab7e61ba5e40e5b716ea3878ac4e79..1ef1aee0b63aac438b4aceda49e6e4400578267d 100644 (file)
@@ -21,6 +21,8 @@ import eu.etaxonomy.cdm.model.common.User;
 import eu.etaxonomy.taxeditor.store.CdmStore;
 
 /**
+ * <p>EditUserOperation class.</p>
+ *
  * @author n.hoffmann
  * @created Jan 25, 2010
  * @version 1.0
@@ -30,10 +32,13 @@ public class EditUserOperation extends AbstractPersistentPostOperation {
        private User user;
 
        /**
-        * @param label
-        * @param undoContext
-        * @param postOperationEnabled
-        * @param conversationEnabled
+        * <p>Constructor for EditUserOperation.</p>
+        *
+        * @param label a {@link java.lang.String} object.
+        * @param undoContext a {@link org.eclipse.core.commands.operations.IUndoContext} object.
+        * @param postOperationEnabled a {@link eu.etaxonomy.taxeditor.operations.IPostOperationEnabled} object.
+        * @param conversationEnabled a {@link eu.etaxonomy.cdm.api.conversation.IConversationEnabled} object.
+        * @param user a {@link eu.etaxonomy.cdm.model.common.User} object.
         */
        public EditUserOperation(String label, IUndoContext undoContext, User user,
                        IPostOperationEnabled postOperationEnabled,
@@ -45,6 +50,7 @@ public class EditUserOperation extends AbstractPersistentPostOperation {
        /* (non-Javadoc)
         * @see org.eclipse.core.commands.operations.AbstractOperation#execute(org.eclipse.core.runtime.IProgressMonitor, org.eclipse.core.runtime.IAdaptable)
         */
+       /** {@inheritDoc} */
        @Override
        public IStatus execute(IProgressMonitor monitor, IAdaptable info)
                        throws ExecutionException {
@@ -60,6 +66,7 @@ public class EditUserOperation extends AbstractPersistentPostOperation {
        /* (non-Javadoc)
         * @see org.eclipse.core.commands.operations.AbstractOperation#redo(org.eclipse.core.runtime.IProgressMonitor, org.eclipse.core.runtime.IAdaptable)
         */
+       /** {@inheritDoc} */
        @Override
        public IStatus redo(IProgressMonitor monitor, IAdaptable info)
                        throws ExecutionException {
@@ -70,6 +77,7 @@ public class EditUserOperation extends AbstractPersistentPostOperation {
        /* (non-Javadoc)
         * @see org.eclipse.core.commands.operations.AbstractOperation#undo(org.eclipse.core.runtime.IProgressMonitor, org.eclipse.core.runtime.IAdaptable)
         */
+       /** {@inheritDoc} */
        @Override
        public IStatus undo(IProgressMonitor monitor, IAdaptable info)
                        throws ExecutionException {