Move out SchemaContext FIXMEs 13/88713/2
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 26 Mar 2020 13:00:12 +0000 (14:00 +0100)
committerRobert Varga <nite@hq.sk>
Thu, 26 Mar 2020 13:37:47 +0000 (13:37 +0000)
We do not have the cycles to hunt down all places where we rely
on SchemaContext/ContainerSchemaNode relationship. Push out the
FIXMEs to 6.0.0.

Change-Id: Iafd0e46ebff9670f4b6c1d5237c7ee1433e1bb1d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
yang/yang-model-api/src/main/java/org/opendaylight/yangtools/yang/model/api/SchemaContext.java

index 27232fe1dee151b5f10f9d12120f62698eb13857..9097d716e3ecb807fae211836bdcb07818c458cf 100644 (file)
@@ -30,9 +30,9 @@ import org.opendaylight.yangtools.yang.common.Revision;
  * Instances MUST be immutable and thus usage in multi threaded
  * environment is safe.
  */
-// FIXME: 5.0.0: ContainerSchemaNode is far too broad. A combination of DataNodeContainer, NotificationNodeContainer
+// FIXME: 6.0.0: ContainerSchemaNode is far too broad. A combination of DataNodeContainer, NotificationNodeContainer
 //               and possibly DataSchemaNode would reflect SchemaContext traits better.
-// FIXME: 5.0.0: consider deprecating this class in favor of EffectiveModelContext
+// FIXME: 6.0.0: consider deprecating this class in favor of EffectiveModelContext
 public interface SchemaContext extends ContainerSchemaNode, Immutable {
     /**
      * QName of NETCONF top-level data node.