BUG-1173: ensure compatibility with Guava 17+ 20/15320/2
authorRobert Varga <rovarga@cisco.com>
Mon, 9 Jun 2014 17:35:21 +0000 (19:35 +0200)
committerRobert Varga <rovarga@cisco.com>
Sat, 14 Feb 2015 10:33:33 +0000 (11:33 +0100)
commit077b5a1613d625db7d5cb2feaafa338eb775bd7c
treed259f1bb49bf187b047db2bb126c0979adf2cff4
parent5472adf8571ca95cc2a4d8c1e9183c75204e36e9
BUG-1173: ensure compatibility with Guava 17+

This migrates the sole user to the Guava-15+ API, as the API is removed
in version 17.

Change-Id: I3bf52fb89116024e7305a142e6b1f6fec9985488
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/sal-akka-raft/src/main/java/org/opendaylight/controller/cluster/raft/FollowerLogInformationImpl.java
opendaylight/md-sal/sal-akka-raft/src/main/java/org/opendaylight/controller/cluster/raft/RaftActor.java
opendaylight/md-sal/sal-akka-raft/src/test/java/org/opendaylight/controller/cluster/raft/FollowerLogInformationImplTest.java
opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/modification/MutableCompositeModificationTest.java
opendaylight/netconf/netconf-ssh/src/test/java/org/opendaylight/controller/netconf/netty/SSHTest.java