X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=parser%2Fyang-parser-rfc7950%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fyangtools%2Fyang%2Fparser%2Frfc7950%2Freactor%2FYangValidationBundles.java;h=5e0349dc18afa312300ebcf0232c4f8cbe6457e6;hb=eb017d49e00a06c1b29ac1a91d4d95007fa7c1a6;hp=97ebbd67deee3b6e3f1409018d685c140cffa0b5;hpb=93a0d6a08c08438fa1b14e985693ddb9a427bae5;p=yangtools.git diff --git a/parser/yang-parser-rfc7950/src/main/java/org/opendaylight/yangtools/yang/parser/rfc7950/reactor/YangValidationBundles.java b/parser/yang-parser-rfc7950/src/main/java/org/opendaylight/yangtools/yang/parser/rfc7950/reactor/YangValidationBundles.java index 97ebbd67de..5e0349dc18 100644 --- a/parser/yang-parser-rfc7950/src/main/java/org/opendaylight/yangtools/yang/parser/rfc7950/reactor/YangValidationBundles.java +++ b/parser/yang-parser-rfc7950/src/main/java/org/opendaylight/yangtools/yang/parser/rfc7950/reactor/YangValidationBundles.java @@ -84,6 +84,7 @@ public final class YangValidationBundles { // FIXME: 7.0.0: consider hiding this list, as choice nodes are handling creation of implied shorthands themselves. // This has implications on other members of this class, as they really seem like something which // should live in corresponding StatementSupport classes. + @Deprecated(forRemoval = true, since = "8.0.2") public static final Set SUPPORTED_CASE_SHORTHANDS = ImmutableSet.of( YangStmtMapping.CONTAINER, YangStmtMapping.LIST, YangStmtMapping.LEAF, YangStmtMapping.LEAF_LIST, YangStmtMapping.ANYXML, YangStmtMapping.ANYDATA);