Bump MDSAL to 4.0.0
[bgpcep.git] / pcep / spi / src / main / java / org / opendaylight / protocol / pcep / spi / PCEPMessageConstants.java
index 75b8ac8e8ffb2c791c14dd93dd4deb8515cb5b58..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() {
-
     }
 }