X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=restconf%2Fsal-rest-docgen%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fnetconf%2Fsal%2Frest%2Fdoc%2Fapi%2FApiDocService.java;h=e30dff77bf56824c6fa76fff1b5e84f39039e4b1;hb=2678c08c680a02e5acbcbed30b8c966e8f5552dc;hp=71e54bb752ba49899675b2eacf280f38874ce0cc;hpb=4c0c091813aea131d32dc70c5121a450eb9b7291;p=netconf.git diff --git a/restconf/sal-rest-docgen/src/main/java/org/opendaylight/netconf/sal/rest/doc/api/ApiDocService.java b/restconf/sal-rest-docgen/src/main/java/org/opendaylight/netconf/sal/rest/doc/api/ApiDocService.java index 71e54bb752..e30dff77bf 100644 --- a/restconf/sal-rest-docgen/src/main/java/org/opendaylight/netconf/sal/rest/doc/api/ApiDocService.java +++ b/restconf/sal-rest-docgen/src/main/java/org/opendaylight/netconf/sal/rest/doc/api/ApiDocService.java @@ -28,9 +28,6 @@ public interface ApiDocService { * Generates index document for Swagger UI. This document lists out all * modules with link to get APIs for each module. The API for each module is * served by getDocByModule() method. - * - * @param uriInfo - * @return */ @GET @Produces(MediaType.APPLICATION_JSON) @@ -38,11 +35,6 @@ public interface ApiDocService { /** * Generates Swagger compliant document listing APIs for module. - * - * @param module - * @param revision - * @param uriInfo - * @return */ @GET @Path("/{module}({revision})") @@ -52,9 +44,6 @@ public interface ApiDocService { /** * Redirects to embedded swagger ui. - * - * @param uriInfo - * @return */ @GET @Path("/ui") @@ -65,9 +54,6 @@ public interface ApiDocService { * Generates index document for Swagger UI. This document lists out all * modules with link to get APIs for each module. The API for each module is * served by getDocByModule() method. - * - * @param uriInfo - * @return */ @GET @Path("/mounts") @@ -82,11 +68,6 @@ public interface ApiDocService { /** * Generates Swagger compliant document listing APIs for module. - * - * @param module - * @param revision - * @param uriInfo - * @return */ @GET @Path("/mounts/{instance}/{module}({revision})")