X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fdatastore%2FAbstractTransactionProxyTest.java;h=894e7df91cdf8b884df0b7f810bdf1f15ae8aee6;hb=2d60632f7cf63712e8357a3cf3fc40d83366e5e6;hp=322e15b3caa95e927861dc82b6498525675a13b2;hpb=1c717bbf117d3486196a0fdd73ac650721f9c557;p=controller.git diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/AbstractTransactionProxyTest.java b/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/AbstractTransactionProxyTest.java index 322e15b3ca..894e7df91c 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/AbstractTransactionProxyTest.java +++ b/opendaylight/md-sal/sal-distributed-datastore/src/test/java/org/opendaylight/controller/cluster/datastore/AbstractTransactionProxyTest.java @@ -386,6 +386,7 @@ public abstract class AbstractTransactionProxyTest extends AbstractTest { shardName); } + @SuppressWarnings("checkstyle:avoidHidingCauseException") protected void propagateReadFailedExceptionCause(final CheckedFuture future) throws Exception { try {