Correct issues from last merge
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / test / java / eu / etaxonomy / taxeditor / store / operations / RemotingTestUpdateOperation.java
index 727460c57e0f23ecea43fdc8b35eb9fe6e59c496..255849b4495ab9e497cf27446a474cd37780f4b1 100644 (file)
@@ -70,8 +70,6 @@ public class RemotingTestUpdateOperation extends RemotingCdmUpdateOperation {
             return testService.returnResult(result);
         } else if(exception != null) {
             return testService.throwException(exception);
-        } else if(cei != null) {
-            return testService.addChild(cei);
         }
         return null;
     }