Enforce pcep-spi checkstyle
[bgpcep.git] / pcep / spi / src / main / java / org / opendaylight / protocol / pcep / spi / XROSubobjectUtil.java
index be5db483ddb7d20f1cffcd1458c6f69cf1a987da..87dd84cbe91532baff35af2f2d13ff18241ed687 100644 (file)
@@ -16,10 +16,10 @@ public final class XROSubobjectUtil {
     private static final int MANDATORY_BIT = 7;
 
     private XROSubobjectUtil() {
-        throw new UnsupportedOperationException();
     }
 
-    public static void formatSubobject(final int type, final Boolean mandatory, final ByteBuf body, final ByteBuf buffer) {
+    public static void formatSubobject(final int type, final Boolean mandatory, final ByteBuf body,
+            final ByteBuf buffer) {
         if (mandatory == null) {
             buffer.writeByte(type);
         } else {