Split Restconf implementations (draft02 and RFC) - Application
[netconf.git] / restconf / restconf-nb-bierman02 / src / main / java / org / opendaylight / restconf / base / services / impl / FakeContainerSchemaNode.java
index 27c3e44d3b55310d883aabb4fc6255ba87a6e9ac..1ee6cb86c3f87e0cddc19f0f240ee44c3de69325 100644 (file)
@@ -12,7 +12,7 @@ import java.util.Collection;
 import java.util.HashSet;
 import java.util.List;
 import java.util.Set;
-import org.opendaylight.netconf.sal.restconf.impl.RestconfDocumentedException;
+import org.opendaylight.restconf.common.errors.RestconfDocumentedException;
 import org.opendaylight.yangtools.yang.common.QName;
 import org.opendaylight.yangtools.yang.model.api.AugmentationSchema;
 import org.opendaylight.yangtools.yang.model.api.ConstraintDefinition;
@@ -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());