Limit visibility of ShardDataTree methods 06/43006/12
authorRobert Varga <rovarga@cisco.com>
Wed, 3 Aug 2016 00:13:36 +0000 (02:13 +0200)
committerTom Pantelis <tpanteli@brocade.com>
Mon, 15 Aug 2016 13:04:54 +0000 (13:04 +0000)
commit7afabf1610a04034a1c4e3da2e0af28f6644c518
tree9877a739b8e7f0e7f85c4a018d74363dfce3dc60
parenteaaae518f5ca0b7d90be2c614891628e2a9ded0f
Limit visibility of ShardDataTree methods

Reduce visibility to package-private and add
@VisibleForTesting where this is not possible.

Some of the methods are not converted, as they are used
by the EOS implementation.

Change-Id: Ie7472fec4439e69479d097520fd81be9ea16a88c
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/ShardDataTree.java
opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/DataChangeListenerSupportTest.java