Project

General

Profile

« Previous | Next » 

Revision 848f7204

Added by Andreas Kohlbecker almost 8 years ago

#5177 fixing tests which where broken after rebasing the TransmissionEngine-speedup on develop
- lower rank limit of for the aggregation was too high

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/IClassificationService.java
303 303
    Pager<TaxonNode> pageSiblingsOfTaxon(UUID taxonUuid, UUID classificationUuid, Integer pageSize, Integer pageIndex,
304 304
            List<String> propertyPaths);
305 305

  
306
    /**
307
     * @param classification
308
     * @return
309
     */
310
    ClassificationLookupDTO classificationLookup(Classification classification);
311

  
306 312

  
307 313
}

Also available in: Unified diff