Work in Progress, basic region filter implemented yet
[cdmlib.git] / cdmlib-remote / src / main / java / eu / etaxonomy / cdm / remote / controller / NameController.java
index 344dd216dee50ae9fd4e2cbfc4372884ddc614af..db6779321336effbd344855dda1e62e94f36fab5 100644 (file)
@@ -83,7 +83,9 @@ public class NameController extends BaseController<TaxonNameBase, INameService>
      * @return a List of {@link TypeDesignationBase} entities which are initialized\r
      *         using the {@link #TYPEDESIGNATION_INIT_STRATEGY}\r
      * @throws IOException\r
-     *///TODO obsolete method?\r
+     *\r
+     * TODO obsolete method?\r
+     */\r
     @RequestMapping(value = { "typeDesignations" }, method = RequestMethod.GET)\r
     public List<TypeDesignationBase> doGetNameTypeDesignations(\r
             @PathVariable("uuid") UUID uuid, HttpServletRequest request,\r
@@ -95,7 +97,6 @@ public class NameController extends BaseController<TaxonNameBase, INameService>
         Pager<TypeDesignationBase> p = service.getTypeDesignations(tnb, null,\r
                 null, null, TYPEDESIGNATION_INIT_STRATEGY);\r
         return p.getRecords();\r
-\r
     }\r
 \r
     @RequestMapping(\r
@@ -126,4 +127,5 @@ public class NameController extends BaseController<TaxonNameBase, INameService>
         return mv;\r
     }\r
 \r
+\r
 }\r