Remove useless UnsupportedOperationExceptions
[bgpcep.git] / bgp / openconfig-rp-statement / src / test / java / org / opendaylight / protocol / bgp / openconfig / routing / policy / statement / ExportAttributeTestUtil.java
index e962becda203f9f3ab02eaf643729abf65ebc010..729d956055fa3e130ff6bd5e3d37ba9a0cfc4592 100644 (file)
@@ -31,7 +31,7 @@ public final class ExportAttributeTestUtil {
     public static final ClusterIdentifier CLUSTER = new ClusterIdentifier(IPV4);
 
     private ExportAttributeTestUtil() {
-        throw new UnsupportedOperationException();
+        // Hidden on purpose
     }
 
     /**