Fix performance of RecursiveReplaceCandidateNode.getModifiedChild() 27/21927/4
authorRobert Varga <rovarga@cisco.com>
Wed, 3 Jun 2015 08:16:17 +0000 (10:16 +0200)
committerTony Tkacik <ttkacik@cisco.com>
Fri, 5 Jun 2015 12:59:24 +0000 (14:59 +0200)
commita5cea940ccbb8faf69c9a513d2a530421370f0eb
tree70e896dd2361e18c3c8ffe4db53758aa452e5c35
parent5acf7cad49f7490a10b7c8e20f891dfb23ce9a0b
Fix performance of RecursiveReplaceCandidateNode.getModifiedChild()

This implementation was accidentally left out of conversion which
introduced AbstractDataTreeCandidateNode.deltaChild(). Convert the
callsite, increasing its efficiency.

Change-Id: I3bf434fb5fa843ade0c64999e1cf75dd1374b393
Signed-off-by: Robert Varga <rovarga@cisco.com>
(cherry picked from commit 8c542f8aad8b79cd2ecf5a721e725f9076a1ca0b)
yang/yang-data-impl/src/main/java/org/opendaylight/yangtools/yang/data/impl/schema/tree/RecursiveReplaceCandidateNode.java