Merge "Fixed a typo on a comment in IPv4.java."
authorAlessandro Boch <aboch@cisco.com>
Wed, 31 Jul 2013 00:34:08 +0000 (00:34 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 31 Jul 2013 00:34:08 +0000 (00:34 +0000)
opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/packet/IPv4.java

index a0ea67a91ac63aab6305209792d119f6e88d6d08..559acd633ab7e56b6cb22042f7d3974a1e217212 100644 (file)
@@ -279,7 +279,7 @@ public class IPv4 extends Packet {
     }
 
     /**
-     * Stores the length of IP header in words (2 bytes)
+     * Stores the length of IP header in words (4 bytes)
      * @param headerLength the headerLength to set
      * @return IPv4
      */