minor
authorAndreas M��ller <a.mueller@bgbm.org>
Wed, 27 May 2015 15:00:04 +0000 (15:00 +0000)
committerAndreas M��ller <a.mueller@bgbm.org>
Wed, 27 May 2015 15:00:04 +0000 (15:00 +0000)
eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/key/polytomous/operation/DeleteOperation.java

index 7c8b588be75036e4012655907dba6e5ff7cb158b..4508e93a324d8ca3146a71e6dd7cd560a0c65651 100644 (file)
@@ -46,9 +46,6 @@ public class DeleteOperation extends AbstractPersistentPostOperation {
                this.key = key;
        }
 
-       /* (non-Javadoc)
-        * @see org.eclipse.core.commands.operations.AbstractOperation#execute(org.eclipse.core.runtime.IProgressMonitor, org.eclipse.core.runtime.IAdaptable)
-        */
        @Override
        public IStatus execute(IProgressMonitor monitor, IAdaptable info)
                        throws ExecutionException {
@@ -65,18 +62,12 @@ public class DeleteOperation extends AbstractPersistentPostOperation {
                return postExecute(null);
        }
 
-       /* (non-Javadoc)
-        * @see org.eclipse.core.commands.operations.AbstractOperation#redo(org.eclipse.core.runtime.IProgressMonitor, org.eclipse.core.runtime.IAdaptable)
-        */
        @Override
        public IStatus redo(IProgressMonitor monitor, IAdaptable info)
                        throws ExecutionException {
                return null;
        }
 
-       /* (non-Javadoc)
-        * @see org.eclipse.core.commands.operations.AbstractOperation#undo(org.eclipse.core.runtime.IProgressMonitor, org.eclipse.core.runtime.IAdaptable)
-        */
        @Override
        public IStatus undo(IProgressMonitor monitor, IAdaptable info)
                        throws ExecutionException {