Bug-1771: Private constuctors in utility static classes throws UnsupportedOperationEx...
[bgpcep.git] / util / src / main / java / org / opendaylight / protocol / util / Ipv6Util.java
index 86968fb4e2d4fd2059c3d8cb451cc85c67565c47..e2eb54299f5af0a58ed4bf22dc0cb19a9605c0c3 100644 (file)
@@ -28,6 +28,7 @@ import org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.
 public final class Ipv6Util {
 
     private Ipv6Util() {
+        throw new UnsupportedOperationException();
     }
 
     public static final int IPV6_LENGTH = 16;