Remove useless UnsupportedOperationExceptions
[bgpcep.git] / rsvp / impl / src / main / java / org / opendaylight / protocol / rsvp / parser / impl / subobject / rro / RROSubobjectUtil.java
index 3e6322886749528cb411cb64d5ea0f5e45849e46..59bd49165cbfb42ac56262958a1ab8e1306da8b7 100644 (file)
@@ -5,7 +5,6 @@
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
-
 package org.opendaylight.protocol.rsvp.parser.impl.subobject.rro;
 
 import io.netty.buffer.ByteBuf;
@@ -14,7 +13,7 @@ final class RROSubobjectUtil {
     private static final int HEADER_SIZE = 2;
 
     private RROSubobjectUtil() {
-        throw new UnsupportedOperationException();
+        // Hidden on purpose
     }
 
     public static void formatSubobject(final int type, final ByteBuf body, final ByteBuf buffer) {