Adjust to yangtools-2.0.0/odlparent-3.0.0 changes
[netconf.git] / netconf / sal-netconf-connector / src / test / java / org / opendaylight / netconf / sal / connect / netconf / NetconfStateSchemasTest.java
index 3c8cac318136b4e89618db2fd952c8ad383c19ae..2398bc71c91e296c860ea016e845a9797c87ed2f 100644 (file)
@@ -159,7 +159,7 @@ public class NetconfStateSchemasTest {
         Assert.assertTrue(availableYangSchemasQNames.isEmpty());
     }
 
-    @SuppressWarnings("checkstyle:IllegalThrows")
+    @SuppressWarnings({ "checkstyle:IllegalThrows", "checkstyle:avoidHidingCauseException" })
     @Test(expected = RuntimeException.class)
     public void testCreateInterrupted() throws Throwable {
         //NetconfStateSchemas.create calls Thread.currentThread().interrupt(), so it must run in its own thread