Fix checkstyle reported by odlparent-3.0.0
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / test / java / org / opendaylight / controller / cluster / datastore / AbstractTransactionProxyTest.java
index 322e15b3caa95e927861dc82b6498525675a13b2..894e7df91cdf8b884df0b7f810bdf1f15ae8aee6 100644 (file)
@@ -386,6 +386,7 @@ public abstract class AbstractTransactionProxyTest extends AbstractTest {
                 shardName);
     }
 
+    @SuppressWarnings("checkstyle:avoidHidingCauseException")
     protected void propagateReadFailedExceptionCause(final CheckedFuture<?, ReadFailedException> future)
             throws Exception {
         try {