Enforce pcep-spi checkstyle
[bgpcep.git] / pcep / spi / src / main / java / org / opendaylight / protocol / pcep / spi / PCEPMessageConstants.java
index cbc7acaeb2201c03327873d5ab8c5b71170b9a6e..d01c92d0d7566c7458fa67dca16004e3ad044dca 100644 (file)
@@ -7,9 +7,6 @@
  */
 package org.opendaylight.protocol.pcep.spi;
 
-/**
- *
- */
 public final class PCEPMessageConstants {
     /**
      * Length of the common message header, in bytes.
@@ -22,6 +19,5 @@ public final class PCEPMessageConstants {
     public static final int PCEP_VERSION = 1;
 
     private PCEPMessageConstants() {
-        throw new UnsupportedOperationException();
     }
 }