Bug 8153: enforce check-style rules for netconf
[netconf.git] / netconf / tools / netconf-cli / src / main / java / org / opendaylight / netconf / cli / SchemaContextRegistry.java
index be2f8742bb82d02e9e7dbcc1e71665cfea31fedf..9312d8b75c8490894b7874e232dbe6acefda473e 100644 (file)
@@ -13,6 +13,7 @@ import org.opendaylight.yangtools.yang.model.api.SchemaContext;
 /**
  * Contains the local schema context (containing local commands) and remote schema context (remote commands)
  *
+ * <p>
  * Remote commands are set only after the connection is fully established. So classes using the remote schema context
  */
 public class SchemaContextRegistry {