Improved unit test coverage (covered some untested branches)
[openflowjava.git] / openflow-protocol-api / src / main / java / org / opendaylight / openflowjava / protocol / api / util / EncodeConstants.java
index b3f6dff511b092771c57699d6129e0ee8880765a..bbd881e2a0ddd67f00c6a98f138242c6bc3754d8 100644 (file)
@@ -18,7 +18,7 @@ public abstract class EncodeConstants {
     public static final byte PADDING = 8;
     /** OpenFlow v1.0 wire protocol number */
     public static final byte OF10_VERSION_ID = 0x01;
-    /** OpenFlow v1.0 wire protocol number */
+    /** OpenFlow v1.3 wire protocol number */
     public static final byte OF13_VERSION_ID = 0x04;
     /** Index of length in Openflow header */
     public static final int OFHEADER_LENGTH_INDEX = 2;