Bug 865: Fixed use of removed deprecated YANGInstanceIdentifier methods. 47/12047/4
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)
commite32962f3d6592e84a50e7cd3a83c78613ed76a0c
treeb68df45c6ac48c9c9e8235a5e0e325e624594d86
parent3d7c2897555bff941853f29093ba5ab8c811a421
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-clustering-commons/src/main/java/org/opendaylight/controller/cluster/datastore/node/utils/AugmentationIdentifierGenerator.java
opendaylight/md-sal/sal-common-impl/src/test/java/org/opendaylight/controller/md/sal/common/impl/util/compat/DataNormalizerTest.java
opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/md/cluster/datastore/model/CompositeModel.java
opendaylight/md-sal/sal-dom-broker/src/test/java/org/opendaylight/controller/sal/dom/broker/BackwardsCompatibleMountPointManagerTest.java