Add clarification around NormalizedNode being identifiable
[yangtools.git] / yang / rfc8528-data-api / src / main / java / org / opendaylight / yangtools / rfc8528 / data / api / MountPointNode.java
index 2a02e527f4984276bf51413b11dc65f66f2cc48a..82db4f2130c1139cfa43e3eb1702e9fa14657088 100644 (file)
@@ -25,7 +25,7 @@ import org.opendaylight.yangtools.yang.data.api.schema.MixinNode;
  * seamless.
  */
 /*
- * FIXME: 6.0.0: The above is not quite right. DataTree instances should be able to handle mount points and correctly
+ * FIXME: 7.0.0: The above is not quite right. DataTree instances should be able to handle mount points and correctly
  *               handle them, provided they get enough support from MountPointContext.
  */
 @Beta