Remove EncodeConstants.SIZE_OF_{BYTE,SHORT,INT,LONG}_IN_BYTES
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / protocol / serialization / match / TcpFlagsEntrySerializerTest.java
index 6f1bf1a3a90abac586db327a542a53eb8304afeb..30732f87e22dd6ecfdcf7069ec8162bc62afc48d 100644 (file)
@@ -52,7 +52,7 @@ public class TcpFlagsEntrySerializerTest extends AbstractExperimenterMatchEntryS
 
     @Override
     protected short getLength() {
-        return EncodeConstants.SIZE_OF_SHORT_IN_BYTES;
+        return Short.BYTES;
     }
 
     @Override