X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openflow-protocol-impl%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fopenflowjava%2Fprotocol%2Fimpl%2Futil%2FBufferHelper.java;h=a125764f97e1cce81ff6eae9932501332f12bb4b;hb=c908c74e68ff5a50ca9d43de5a5a640464c5cb3f;hp=e06e8a61c72646a42396ce69fe26483965b765ed;hpb=48ee6cd8d5d60689ecd161a8b420f68a255a2384;p=openflowjava.git diff --git a/openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/util/BufferHelper.java b/openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/util/BufferHelper.java index e06e8a61..a125764f 100644 --- a/openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/util/BufferHelper.java +++ b/openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/util/BufferHelper.java @@ -62,7 +62,7 @@ public abstract class BufferHelper { * Use version 1.3 for encoded message * @param input ByteBuf to be checked for correct OpenFlow Protocol header * @param msgType type of received message - * @param length TODO + * @param length expected length of message in header */ public static void checkHeaderV13(ByteBuf input, byte msgType, int length) { checkHeader(input, msgType, length, HelloMessageFactoryTest.VERSION_YET_SUPPORTED);