Bug 865: Fixed use of removed deprecated YANGInstanceIdentifier methods.
authorTony Tkacik <ttkacik@cisco.com>
Fri, 17 Oct 2014 12:05:06 +0000 (14:05 +0200)
committerTony Tkacik <ttkacik@cisco.com>
Fri, 17 Oct 2014 13:18:40 +0000 (15:18 +0200)
commit88a8aac162d54810d2cf824545a9e8e4d28a71a7
treea1ee3775d7dac976716af20dd50ed7fe45f6b51e
parent1b8ec6a8609fbb80c012c91610e74f85c08b1d7f
Bug 865: Fixed use of removed deprecated YANGInstanceIdentifier methods.

Some components in controller still used methods which was deprecated
before Helium and was removed after Helium was released to accomodate
API changes for 0.7.0 Yangtools. This patch migrates code to replacement
methods.

Change-Id: I146a08caefeb0d666223cf66600a4342a5b49165
Signed-off-by: Tony Tkacik <ttkacik@cisco.com>
opendaylight/md-sal/sal-common-impl/src/test/java/org/opendaylight/controller/md/sal/common/impl/util/compat/DataNormalizerTest.java
opendaylight/md-sal/sal-dom-broker/src/test/java/org/opendaylight/controller/sal/dom/broker/BackwardsCompatibleMountPointManagerTest.java