Remove EncodeConstants.SIZE_OF_{BYTE,SHORT,INT,LONG}_IN_BYTES
[openflowplugin.git] / openflowplugin-impl / src / test / java / org / opendaylight / openflowplugin / impl / protocol / deserialization / match / InPortEntryDeserializerTest.java
index 2bed6d9e59dd86889292de7247a2a787063a62dd..18ef398cdc0d6d76fe5df9e97b5de760c1ed0a02 100644 (file)
@@ -45,6 +45,6 @@ public class InPortEntryDeserializerTest extends AbstractMatchEntryDeserializerT
 
     @Override
     protected int getValueLength() {
-        return EncodeConstants.SIZE_OF_INT_IN_BYTES;
+        return Integer.BYTES;
     }
 }