Quickfix - fixed missing output ByteBuf in MatchSerializer
[openflowjava.git] / openflow-protocol-impl / src / main / java / org / opendaylight / openflowjava / protocol / impl / util / MatchDeserializer.java
index d17f3a0a29fd509089dd971efbf06e35eca88ca5..b5e6b486d34e732989df3e1b031ed003535baf32 100644 (file)
@@ -501,7 +501,6 @@ public abstract class MatchDeserializer {
     }\r
 \r
     private static void addMaskAugmentation(MatchEntriesBuilder builder, ByteBuf in, int matchEntryLength) {\r
-//         TODO - check if matchEntryLength is in bytes\r
         MaskMatchEntryBuilder maskBuilder = new MaskMatchEntryBuilder();\r
         byte[] mask = new byte[matchEntryLength];\r
         in.readBytes(mask);\r