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/TransientTaxonService.java
1473 1473

  
1474 1474
    }
1475 1475

  
1476
    /* (non-Javadoc)
1477
     * @see eu.etaxonomy.cdm.api.service.IService#delete(java.util.Collection)
1478
     */
1479
    @Override
1480
    public DeleteResult delete(Collection<UUID> arg0) {
1481
        return defaultService.delete(arg0);
1482
    }
1483

  
1476 1484
}

Also available in: Unified diff