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/TransientAgentService.java
776 776
		return defaultService.delete(arg0);
777 777
	}
778 778

  
779
    /* (non-Javadoc)
780
     * @see eu.etaxonomy.cdm.api.service.IService#delete(java.util.Collection)
781
     */
782
    @Override
783
    public DeleteResult delete(Collection<UUID> arg0) {
784
        return defaultService.delete(arg0);
785
    }
786

  
779 787
}

Also available in: Unified diff