Push out YangInstanceIdentifier FIXMEs 09/88709/2
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 26 Mar 2020 12:48:32 +0000 (13:48 +0100)
committerRobert Varga <nite@hq.sk>
Thu, 26 Mar 2020 13:37:47 +0000 (13:37 +0000)
These ideas need to be moved out to next major release.

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

index 35322b8cc158e15475b7b2e8280462e7fed965f9..ffcf3f34670fd933e5530496f5ada13cbb347b1b 100644 (file)
@@ -83,7 +83,7 @@ import org.opendaylight.yangtools.yang.data.api.schema.LeafSetEntryNode;
  *
  * @see <a href="http://tools.ietf.org/html/rfc6020#section-9.13">RFC6020</a>
  */
-// 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<YangInstanceIdentifier>, Immutable, Serializable {
@@ -806,7 +806,7 @@ public abstract class YangInstanceIdentifier implements Path<YangInstanceIdentif
          */
         @Beta
         @Deprecated
-        // FIXME: 5.0.0: evaluate the real usefulness of this. The problem here is Map.hashCode() and Map.equals(),
+        // FIXME: 6.0.0: evaluate the real usefulness of this. The problem here is Map.hashCode() and Map.equals(),
         //               which limits our options.
         public abstract @NonNull Map<QName, Object> asMap();