cleanup
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / test / java / eu / etaxonomy / taxeditor / store / operations / RemotingTestUpdateOperation.java
index 8bde5267f285d2e19a30811bf73c32c74016edc6..1233bb086e19e5001e1df8e8f2eadf1d74cb8a2b 100644 (file)
@@ -21,7 +21,6 @@ import eu.etaxonomy.taxeditor.operation.RemotingCdmUpdateOperation;
 /**
  * @author cmathew
  * @date 26 Jun 2015
- *
  */
 public class RemotingTestUpdateOperation extends RemotingCdmUpdateOperation {
 
@@ -31,13 +30,6 @@ public class RemotingTestUpdateOperation extends RemotingCdmUpdateOperation {
     private Exception exception;
     private CdmEntityIdentifier cei;
 
-
-    /**
-     * @param label
-     * @param action
-     * @param source
-     * @param async
-     */
     public RemotingTestUpdateOperation(UpdateResult result,
             Object source,
             boolean async) {
@@ -59,9 +51,6 @@ public class RemotingTestUpdateOperation extends RemotingCdmUpdateOperation {
         this.cei = cei;
     }
 
-    /* (non-Javadoc)
-     * @see eu.etaxonomy.taxeditor.operation.RemotingCdmUpdateOperation#doUpdateExecute(org.eclipse.core.runtime.IProgressMonitor, org.eclipse.core.runtime.IAdaptable)
-     */
     @Override
     protected UpdateResult doUpdateExecute(IProgressMonitor monitor, IAdaptable info) throws Exception {
         ITestService testService = CdmApplicationState.getTestService();