cleanup
authorAndreas Müller <a.mueller@bgbm.org>
Sat, 12 Feb 2022 11:01:49 +0000 (12:01 +0100)
committerAndreas Müller <a.mueller@bgbm.org>
Sat, 12 Feb 2022 11:03:02 +0000 (12:03 +0100)
cdmlib-remote/src/main/java/eu/etaxonomy/cdm/remote/controller/DescriptionElementListController.java

index b8d8ef1bcf31240ab06201426d4dd8ab6c8730bd..712ff5d749744ae4e09b04f4e5d9af6bb17ddd7b 100644 (file)
@@ -181,18 +181,6 @@ public class DescriptionElementListController {
         return pager;
     }
 
-    /**
-    *
-    * @param queryString
-    * @param type
-    * @param pageSize
-    * @param pageIndex
-    * @param matchMode
-    * @param request
-    * @param response
-    * @return
-    * @throws IOException
-    */
    @RequestMapping(value = "find", method = RequestMethod.GET) // mapped as absolute path, see CdmAntPathMatcher
    public Pager<? extends DescriptionElementBase> doFindDescriptionElements(
            @RequestParam(value = "query", required = true) String queryString,