Enforce checkstyle in bgp-linkstate
[bgpcep.git] / bgp / extensions / linkstate / src / main / java / org / opendaylight / protocol / bgp / linkstate / spi / TlvUtil.java
index 45b7749662a2f9ef3a5aec2d1dfb4beca614a902..00b7920a113637a4c91867eab88897a13ab11c1f 100644 (file)
@@ -19,12 +19,13 @@ public final class TlvUtil {
 
     public static final int TOPOLOGY_ID_OFFSET = 0x3fff;
     public static final int MULTI_TOPOLOGY_ID = 263;
-    public static final NodeIdentifier MULTI_TOPOLOGY_NID = new NodeIdentifier(QName.create(PrefixDescriptors.QNAME, "topology-identifier").intern());
+    public static final NodeIdentifier MULTI_TOPOLOGY_NID = new NodeIdentifier(QName.create(PrefixDescriptors.QNAME,
+        "topology-identifier").intern());
     public static final int LOCAL_IPV4_ROUTER_ID = 1028;
     public static final int LOCAL_IPV6_ROUTER_ID = 1029;
     private static final Logger LOG = LoggerFactory.getLogger(TlvUtil.class);
+
     private TlvUtil() {
-        throw new UnsupportedOperationException();
     }
 
     /**