Bump to odlparent-3.0.2 and yangtools-2.0.0
[bgpcep.git] / rsvp / spi / src / test / java / org / opendaylight / protocol / rsvp / parser / spi / EROSubobjectUtilTest.java
index 746a971a5f6efafdafebd7118cdde4e3c4ee2a89..abc1cfcc535f8769b73fd4d96c948455abbeb254 100644 (file)
@@ -18,7 +18,7 @@ import org.junit.Test;
 public class EROSubobjectUtilTest {
 
     @Test(expected = UnsupportedOperationException.class)
-    @SuppressWarnings({"checkstyle:IllegalCatch", "checkstyle:IllegalThrows"})
+    @SuppressWarnings({ "checkstyle:IllegalThrows", "checkstyle:avoidHidingCauseException" })
     public void testPrivateConstructor() throws Throwable {
         final Constructor<EROSubobjectUtil> c = EROSubobjectUtil.class.getDeclaredConstructor();
         c.setAccessible(true);