X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=restconf%2Frestconf-nb-bierman02%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Frestconf%2Fbase%2Fservices%2Fimpl%2FFakeContainerSchemaNode.java;h=1ee6cb86c3f87e0cddc19f0f240ee44c3de69325;hb=352559891fbfd6cd3ae9cacbc788b1a821b2a49e;hp=6e91b549a4b1b103ea3443ccdabdd2102e2a9c6a;hpb=297030dc32e29a3ac0c76aa3d6279e7e047532b3;p=netconf.git diff --git a/restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/base/services/impl/FakeContainerSchemaNode.java b/restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/base/services/impl/FakeContainerSchemaNode.java index 6e91b549a4..1ee6cb86c3 100644 --- a/restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/base/services/impl/FakeContainerSchemaNode.java +++ b/restconf/restconf-nb-bierman02/src/main/java/org/opendaylight/restconf/base/services/impl/FakeContainerSchemaNode.java @@ -27,10 +27,12 @@ import org.opendaylight.yangtools.yang.model.api.UnknownSchemaNode; import org.opendaylight.yangtools.yang.model.api.UsesNode; /** - * Special case only use by GET restconf/operations (since moment of old Yang - * parser and old yang model API removal) to build and use fake container for - * module. + * Special case only use by GET restconf/operations (since moment of old Yang parser and old yang model API + * removal) to build and use fake container for module. + * + * @deprecated move to splitted module restconf-nb-rfc8040 */ +@Deprecated class FakeContainerSchemaNode implements ContainerSchemaNode { static final SchemaPath PATH = SchemaPath.create(true, QName.create(FakeRestconfModule.QNAME, "operations").intern());