Fixed Checkstyle violation errors in mdsal-dom-api module
[mdsal.git] / dom / mdsal-dom-api / src / main / java / org / opendaylight / mdsal / dom / api / DOMSchemaService.java
index b6946c9552c86bcf7e45eff426a04e7d0fe62d81..6e733bc7ec68a40a5a938fef5c163ecec38c1131 100644 (file)
@@ -14,15 +14,16 @@ import org.opendaylight.yangtools.yang.model.api.SchemaContextListener;
 public interface DOMSchemaService extends DOMService {
 
     /**
-     * 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();