Remove trailing whitespace
[openflowjava.git] / openflow-protocol-api / src / main / java / org / opendaylight / openflowjava / protocol / api / util / EncodeConstants.java
index b3f6dff511b092771c57699d6129e0ee8880765a..cf857285ee8831ca660ea5eacbc35b412a3aac92 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;
@@ -26,7 +26,7 @@ public abstract class EncodeConstants {
     public static final int OFHEADER_SIZE = 8;
     /** Zero length - used when the length is updated later */
     public static final int EMPTY_LENGTH = 0;
-    
+
     /** Length of mac address */
     public static final byte MAC_ADDRESS_LENGTH = 6;
     /** Number of groups in ipv4 address */