Remove @VisibleForTesting annotation 56/51856/1
authorRobert Varga <rovarga@cisco.com>
Tue, 14 Feb 2017 11:47:41 +0000 (12:47 +0100)
committerRobert Varga <rovarga@cisco.com>
Tue, 14 Feb 2017 11:47:41 +0000 (12:47 +0100)
The merge job is failing on it for some reason and it is not
really needed, as the enclosing class already carries it.

Remove it  to get merge back online.

Change-Id: I6952c89efb862d52fbacfd6a3a54a5cce555bbe4
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/sal-remoterpc-connector/src/main/java/org/opendaylight/controller/remote/rpc/registry/gossip/BucketStoreAccess.java

index 7bea1a0b0b034f260a265e667e86304d3c798091..b0e1cde3e7b247b8f916b58c1e73a517f78942e7 100644 (file)
@@ -75,7 +75,6 @@ public final class BucketStoreAccess {
         context.parent().tell(removeBucketMessage(addr), ActorRef.noSender());
     }
 
-    @VisibleForTesting
     public enum Singletons {
         // Sent from Gossiper to BucketStore, response is an immutable Map<Address, Bucket<?>>
         GET_ALL_BUCKETS,