Fix Eclipse errors with Java 8/Scala 87/34387/2
authorRobert Varga <rovarga@cisco.com>
Wed, 10 Feb 2016 11:37:38 +0000 (12:37 +0100)
committerRobert Varga <rovarga@cisco.com>
Wed, 10 Feb 2016 11:41:06 +0000 (12:41 +0100)
commit04f55157fe04d82c3b33d12d0e44f87517e415e8
tree04fbd03cd6068a5640bfb1a61a5a2aa5978659ea
parent909831d806ef3b35358206559523f09716214e58
Fix Eclipse errors with Java 8/Scala

This adds workarounds for ambiguous method error reported by Eclipse.
The issue is reported and analyzed at
https://bugs.eclipse.org/bugs/show_bug.cgi?id=468276. This patch adds
alternative use of methods which trigger the behavior.

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