Push out API FIXMEs
[mdsal.git] / dom / mdsal-dom-api / src / main / java / org / opendaylight / mdsal / dom / api / DOMSchemaService.java
index b6946c9552c86bcf7e45eff426a04e7d0fe62d81..8066671d6d285c19945d166214ae9e6b779d5914 100644 (file)
@@ -11,18 +11,18 @@ import org.opendaylight.yangtools.concepts.ListenerRegistration;
 import org.opendaylight.yangtools.yang.model.api.SchemaContext;
 import org.opendaylight.yangtools.yang.model.api.SchemaContextListener;
 
-public interface DOMSchemaService extends DOMService {
-
+public interface DOMSchemaService extends DOMExtensibleService<DOMSchemaService, DOMSchemaServiceExtension> {
     /**
-     * Returns session specific YANG schema context
-     * @return
+     * Returns session specific YANG schema context.
+     *
+     * @return schemaContext
      */
     SchemaContext getSessionContext();
 
     /**
-     * Returns global schema context
+     * Returns global schema context.
      *
-     * @return
+     * @return schemaContext
      */
     SchemaContext getGlobalContext();