Remove UpdateHandlers
[netconf.git] / restconf / restconf-nb-rfc8040 / src / main / java / org / opendaylight / restconf / nb / rfc8040 / services / simple / api / RestconfSchemaService.java
index c292782550af679a75cc67c7b5147def372f8a22..a5862fa36b3e641b98f955d987f7126d8470a6f8 100644 (file)
@@ -16,16 +16,13 @@ import org.opendaylight.yangtools.yang.common.YangConstants;
 
 /**
  * Retrieval of the YANG modules which server supports.
- *
  */
 @Path("/")
-public interface RestconfSchemaService extends UpdateHandlers {
-
+public interface RestconfSchemaService {
     /**
      * Get schema of specific module.
      *
-     * @param identifier
-     *             path parameter
+     * @param identifier path parameter
      * @return {@link SchemaExportContext}
      */
     @GET