From 23e2cf646a1cbf1d73856bd962a79a0a9d034ee0 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 26 Mar 2020 13:48:32 +0100 Subject: [PATCH] Push out YangInstanceIdentifier FIXMEs These ideas need to be moved out to next major release. Change-Id: Ia6406c70623652b4fb6371da9c8155cd0878f0f5 Signed-off-by: Robert Varga --- .../yangtools/yang/data/api/YangInstanceIdentifier.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yang/yang-data-api/src/main/java/org/opendaylight/yangtools/yang/data/api/YangInstanceIdentifier.java b/yang/yang-data-api/src/main/java/org/opendaylight/yangtools/yang/data/api/YangInstanceIdentifier.java index 35322b8cc1..ffcf3f3467 100644 --- a/yang/yang-data-api/src/main/java/org/opendaylight/yangtools/yang/data/api/YangInstanceIdentifier.java +++ b/yang/yang-data-api/src/main/java/org/opendaylight/yangtools/yang/data/api/YangInstanceIdentifier.java @@ -83,7 +83,7 @@ import org.opendaylight.yangtools.yang.data.api.schema.LeafSetEntryNode; * * @see RFC6020 */ -// FIXME: 5.0.0: this concept needs to be moved to yang-common, as parser components need the ability to refer +// FIXME: 6.0.0: this concept needs to be moved to yang-common, as parser components need the ability to refer // to data nodes -- most notably XPath expressions and {@code default} statement arguments need to be able // to represent these. public abstract class YangInstanceIdentifier implements Path, Immutable, Serializable { @@ -806,7 +806,7 @@ public abstract class YangInstanceIdentifier implements Path asMap(); -- 2.36.6