Implement new load method for uuid lists
[taxeditor.git] / eu.etaxonomy.taxeditor.editor / src / main / java / eu / etaxonomy / taxeditor / editor / view / dataimport / transientServices / TransientDescriptionService.java
index 2954833fc67296f5ddad51a71da81f925115058d..83536502d479e2691c2c6e81c9fbf31b5e692c9c 100644 (file)
@@ -1232,4 +1232,12 @@ public class TransientDescriptionService implements IDescriptionService {
         return defaultService.moveTaxonDescriptions(arg0, arg1);
     }
 
+    /**
+     * {@inheritDoc}
+     */
+    @Override
+    public List<DescriptionBase> load(List<UUID> arg0, List<String> arg1) {
+        return defaultService.load(arg0, arg1);
+    }
+
 }