Enforce checkstyle in bgp-linkstate
[bgpcep.git] / bgp / extensions / linkstate / src / main / java / org / opendaylight / protocol / bgp / linkstate / impl / attribute / sr / SrNodeAttributesParser.java
index 5d5d49de59a2c9aab9d11d1c983983c3f29bace4..c0e956ad837be510859c7b63d7c3aca5a92748cd 100644 (file)
@@ -31,7 +31,7 @@ public final class SrNodeAttributesParser {
     private static final int RESERVERED = 1;
 
     private SrNodeAttributesParser() {
-        throw new UnsupportedOperationException();
+
     }
 
     public static SrCapabilities parseSrCapabilities(final ByteBuf buffer, final ProtocolId protocol) {