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/TransientReferenceService.java
718 718
        return defaultService.delete(uuid);
719 719
    }
720 720

  
721
    /* (non-Javadoc)
722
     * @see eu.etaxonomy.cdm.api.service.IService#delete(java.util.Collection)
723
     */
724
    @Override
725
    public DeleteResult delete(Collection<UUID> arg0) {
726
        return defaultService.delete(arg0);
727
    }
728

  
721 729

  
722 730
}

Also available in: Unified diff