X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=netconf%2Ftools%2Fnetconf-cli%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fnetconf%2Fcli%2FSchemaContextRegistry.java;fp=netconf%2Ftools%2Fnetconf-cli%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fnetconf%2Fcli%2FSchemaContextRegistry.java;h=9312d8b75c8490894b7874e232dbe6acefda473e;hb=9b2cc647306a24369a9de9b65c8883c48cba5ec5;hp=be2f8742bb82d02e9e7dbcc1e71665cfea31fedf;hpb=61613842c6f3ab0aa74360eb6539d930e1c110eb;p=netconf.git diff --git a/netconf/tools/netconf-cli/src/main/java/org/opendaylight/netconf/cli/SchemaContextRegistry.java b/netconf/tools/netconf-cli/src/main/java/org/opendaylight/netconf/cli/SchemaContextRegistry.java index be2f8742bb..9312d8b75c 100644 --- a/netconf/tools/netconf-cli/src/main/java/org/opendaylight/netconf/cli/SchemaContextRegistry.java +++ b/netconf/tools/netconf-cli/src/main/java/org/opendaylight/netconf/cli/SchemaContextRegistry.java @@ -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) * + *

* Remote commands are set only after the connection is fully established. So classes using the remote schema context */ public class SchemaContextRegistry {