Project

General

Profile

« Previous | Next » 

Revision 38e1c00c

Added by Andreas Müller over 7 years ago

Rename doPageChildNodes

View differences:

cdmlib-remote/src/main/java/eu/etaxonomy/cdm/remote/controller/ClassificationController.java
148 148
   @RequestMapping(
149 149
           value = {"childNodesByTaxon/{taxonUuid}"},
150 150
           method = RequestMethod.GET)
151
   public Pager<TaxonNodeDto> doPageChildNodes(
151
   public Pager<TaxonNodeDto> doPageChildNodesByTaxon(
152 152
           @PathVariable("uuid") UUID classificationUuid,
153 153
           @PathVariable("taxonUuid") UUID taxonUuid,
154 154
           @RequestParam(value = "pageNumber", required = false) Integer pageIndex,

Also available in: Unified diff