Disconnect NormalizedNode from Identifiable
[yangtools.git] / data / yang-data-api / src / main / java / org / opendaylight / yangtools / yang / data / api / schema / ValueNode.java
index c5b56858ba1d6182760e506f2b2808f1d1e6466c..89e17af894a9c28d4938e73121f9d871e42ef056 100644 (file)
@@ -18,8 +18,8 @@ public sealed interface ValueNode<V> extends NormalizedNode permits LeafNode, Le
      *
      * <p>
      * <b>Implementation note</b>
-     * Invocation of {@code body()} must provide the same value as value in {@link #getIdentifier()}.
-     * {@code true == this.getIdentifier().getValue().equals(this.body())}.
+     * Invocation of {@code body()} must provide the same value as value in {@link #name()}.
+     * {@code true == this.name().getValue().equals(this.body())}.
      */
     @Override
     V body();