Bump to odlparent 2.0.0
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / test / java / org / opendaylight / controller / cluster / datastore / AbstractTransactionProxyTest.java
index 1b9ea169b89a5f3bedd567e4607f6c94d6ac80b0..a80a0515fb8618711c40e7f3aede8fe260f244f2 100644 (file)
@@ -395,7 +395,7 @@ public abstract class AbstractTransactionProxyTest extends AbstractTest {
                 cause = e.getCause();
             }
 
-            Throwables.propagateIfInstanceOf(cause, Exception.class);
+            Throwables.throwIfInstanceOf(cause, Exception.class);
             Throwables.propagate(cause);
         }
     }