Remove useless UnsupportedOperationExceptions
[bgpcep.git] / bgp / openconfig-rp-statement / src / test / java / org / opendaylight / protocol / bgp / openconfig / routing / policy / statement / ImportAttributeTestUtil.java
index 1907c033e75090aca2718372dfce1fbff592a091..67a06f6f7d37a1aa2d3d59d77cee0265a70eb47c 100644 (file)
@@ -31,7 +31,7 @@ public final class ImportAttributeTestUtil {
     static final AsNumber AS = new AsNumber(Uint32.valueOf(65));
 
     private ImportAttributeTestUtil() {
-        throw new UnsupportedOperationException();
+        // Hidden on purpose
     }
 
     public static Attributes createInput() {