Project

General

Profile

« Previous | Next » 

Revision 91a8d98c

Added by Cherian Mathew almost 9 years ago

#5009 Add operations and corresponding tests for delete / update nodes actions

#5009 : missed in last commit

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/dataimport/transientServices/TransientDescriptionService.java
1162 1162
        return defaultService.moveTaxonDescriptions(sourceTaxonUuid, targetTaxonUuid);
1163 1163

  
1164 1164
    }
1165

  
1166
    /* (non-Javadoc)
1167
     * @see eu.etaxonomy.cdm.api.service.IService#delete(java.util.Collection)
1168
     */
1169
    @Override
1170
    public DeleteResult delete(Collection<UUID> arg0) {
1171
        return defaultService.delete(arg0);
1172
    }
1165 1173
}

Also available in: Unified diff