Rename *ApiDoc* classess to *OpenApi* classes
[netconf.git] / restconf / sal-rest-docgen / src / main / java / org / opendaylight / netconf / sal / rest / doc / api / OpenApiService.java
similarity index 98%
rename from restconf/sal-rest-docgen/src/main/java/org/opendaylight/netconf/sal/rest/doc/api/ApiDocService.java
rename to restconf/sal-rest-docgen/src/main/java/org/opendaylight/netconf/sal/rest/doc/api/OpenApiService.java
index 1e7a7b98389920c2a8237b05d9fbcb18ba189ccb..adeaf6544c91344e3410b8465767d41208fc4bf9 100644 (file)
@@ -22,7 +22,7 @@ import javax.ws.rs.core.Response;
  * RESTCONF APIs. The output of this is used by embedded Swagger UI.
  */
 @Path("/")
-public interface ApiDocService {
+public interface OpenApiService {
 
     @GET
     @Path("/single")