Merge "Fix typo in match types yang model"
[controller.git] / opendaylight / commons / protocol-framework / src / main / java / org / opendaylight / protocol / framework / ProtocolMessageDecoder.java
index 725e0a21a7eca0aec81d8537f1be4f86c95d93d2..d8ad8b6202e367602939369fb6b7588ca307eeaa 100644 (file)
@@ -52,4 +52,6 @@ public final class ProtocolMessageDecoder<T> extends ByteToMessageDecoder {
         }
         in.discardReadBytes();
     }
         }
         in.discardReadBytes();
     }
+
 }
 }
+