#4574
[taxeditor.git] / eu.etaxonomy.taxeditor.editor / src / main / java / eu / etaxonomy / taxeditor / editor / view / dataimport / transientServices / TransientCollectionService.java
index ea7b1e39b5162b931287cc1911eabaf7e1b4bf2b..b5c5e6f17c3ee42f52776c2a9e08fae9e9523d6f 100644 (file)
@@ -376,7 +376,7 @@ public class TransientCollectionService implements ICollectionService {
      * @see eu.etaxonomy.cdm.api.service.IVersionableService#isDeletable(eu.etaxonomy.cdm.model.common.VersionableEntity, eu.etaxonomy.cdm.api.service.config.DeleteConfiguratorBase)
      */
     @Override
-    public List<String> isDeletable(Collection object, DeleteConfiguratorBase config) {
+    public DeleteResult isDeletable(Collection object, DeleteConfiguratorBase config) {
         return defaultService.isDeletable(object, config);
     }