remove Remoting from classnames and rename featuretreecomparator
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / test / java / eu / etaxonomy / taxeditor / store / operations / TestUpdateOperation.java
similarity index 84%
rename from eu.etaxonomy.taxeditor.store/src/test/java/eu/etaxonomy/taxeditor/store/operations/RemotingTestUpdateOperation.java
rename to eu.etaxonomy.taxeditor.store/src/test/java/eu/etaxonomy/taxeditor/store/operations/TestUpdateOperation.java
index cf7bb3cfd1ef258c1d93f489e1f43258fe607109..1ad4d95d597ca07ef57f410b8db627e3855d832a 100644 (file)
@@ -16,13 +16,13 @@ import eu.etaxonomy.cdm.api.application.CdmChangeEvent.Action;
 import eu.etaxonomy.cdm.api.service.ITestService;
 import eu.etaxonomy.cdm.api.service.UpdateResult;
 import eu.etaxonomy.cdm.api.service.dto.CdmEntityIdentifier;
-import eu.etaxonomy.taxeditor.operation.RemotingCdmUpdateOperation;
+import eu.etaxonomy.taxeditor.operation.CdmUpdateOperation;
 
 /**
  * @author cmathew
  * @date 26 Jun 2015
  */
-public class RemotingTestUpdateOperation extends RemotingCdmUpdateOperation {
+public class TestUpdateOperation extends CdmUpdateOperation {
 
     private static String LABEL = "Test Operation";
 
@@ -30,21 +30,21 @@ public class RemotingTestUpdateOperation extends RemotingCdmUpdateOperation {
     private Exception exception;
     private CdmEntityIdentifier cei;
 
-    public RemotingTestUpdateOperation(UpdateResult result,
+    public TestUpdateOperation(UpdateResult result,
             Object source,
             boolean async) {
         super(LABEL, Action.Update, source, async);
         this.result = result;
     }
 
-    public RemotingTestUpdateOperation(Exception exception,
+    public TestUpdateOperation(Exception exception,
             Object source,
             boolean async) {
         super(LABEL, Action.Update, source, async);
         this.exception = exception;
     }
 
-    public RemotingTestUpdateOperation(CdmEntityIdentifier cei,
+    public TestUpdateOperation(CdmEntityIdentifier cei,
             Object source,
             boolean async) {
         super(LABEL, Action.Update, source, async);