Enforce pcep-spi checkstyle
[bgpcep.git] / pcep / spi / src / main / java / org / opendaylight / protocol / pcep / spi / VendorInformationUtil.java
index ea880449cafe0e137640a06fc5ecfae1c59c8eeb..94853134f473dab5b6feaf5a80aa5dea37e79ec5 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.pcep.spi;
 
 public final class VendorInformationUtil {
@@ -17,7 +16,6 @@ public final class VendorInformationUtil {
     public static final int VENDOR_INFORMATION_OBJECT_TYPE = 1;
 
     private VendorInformationUtil() {
-        throw new UnsupportedOperationException();
     }
 
     public static boolean isVendorInformationTlv(final int type) {