Remove useless UnsupportedOperationExceptions
[bgpcep.git] / util / src / main / java / org / opendaylight / protocol / util / Ipv6Util.java
index 31c94f8692402a56c42b186e2ba12998bf370ff6..c1257293964829fc12a87d062527db817d71dd31 100644 (file)
@@ -30,7 +30,7 @@ public final class Ipv6Util {
     private static final Ipv6Prefix EMPTY_PREFIX = new Ipv6Prefix("::/0");
 
     private Ipv6Util() {
-        throw new UnsupportedOperationException();
+        // Hidden on purpose
     }
 
     /**