Remove useless UnsupportedOperationExceptions
[bgpcep.git] / bgp / extensions / l3vpn / src / main / java / org / opendaylight / protocol / bgp / l3vpn / unicast / VpnDestinationUtil.java
index 9f6e3b45da7c9b88339be54b78888043e2cdf768..70a37594f46fae433e5535c4daa1223c9e891362 100644 (file)
@@ -26,7 +26,7 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.vpn.
 
 final class VpnDestinationUtil {
     private VpnDestinationUtil() {
-        throw new UnsupportedOperationException();
+        // Hidden on purpose
     }
 
     static List<VpnDestination> parseNlri(