From: Jozef Gloncak Date: Fri, 25 Jul 2014 05:48:29 +0000 (+0200) Subject: ControllerContext.dataNodeChildByQName method refactoring X-Git-Tag: release/helium~375^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=f21247cc587c0a5155cee4e89e2d22cd2e53105d;hp=f21247cc587c0a5155cee4e89e2d22cd2e53105d ControllerContext.dataNodeChildByQName method refactoring ControllerContext.dataNodeChildByQName() is used only in childByQName() methods with DataNodeContainer input parameters: - ContainerSchemaNode - ListSchemaNode - Module Therefore child node of these DataNodeContainers can't be ChoiceCaseNode (because it can be only child node of ChoiceNode) and original branch >if (node instanceof ChoiceCaseNode)< couldn't be executed. I think that it was typo. Change-Id: Ieb85ad8acaf047b47813542d8968c399a4e30b50 Signed-off-by: Jozef Gloncak ---