X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-parser-rfc7950%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fyangtools%2Fyang%2Fparser%2Frfc7950%2Fstmt%2Fchoice%2FChoiceEffectiveStatementImpl.java;h=0e1cbd8248a14d24c64496942464458f50a9f81a;hb=60aaa85b10b02b29f357fb53fed5723a498e1cef;hp=2ab3b7c675cd37c8bd3a1982ffa212a65bd2d71c;hpb=d2f4b07b9ddf332f4a9aaa63291d18a57a023c3e;p=yangtools.git diff --git a/yang/yang-parser-rfc7950/src/main/java/org/opendaylight/yangtools/yang/parser/rfc7950/stmt/choice/ChoiceEffectiveStatementImpl.java b/yang/yang-parser-rfc7950/src/main/java/org/opendaylight/yangtools/yang/parser/rfc7950/stmt/choice/ChoiceEffectiveStatementImpl.java index 2ab3b7c675..0e1cbd8248 100644 --- a/yang/yang-parser-rfc7950/src/main/java/org/opendaylight/yangtools/yang/parser/rfc7950/stmt/choice/ChoiceEffectiveStatementImpl.java +++ b/yang/yang-parser-rfc7950/src/main/java/org/opendaylight/yangtools/yang/parser/rfc7950/stmt/choice/ChoiceEffectiveStatementImpl.java @@ -77,7 +77,7 @@ final class ChoiceEffectiveStatementImpl extends WithSubstatements getCases() { + public Collection getCases() { return filterEffectiveStatements(CaseSchemaNode.class); }