netty5/codec/src
Norman Maurer b201877734 Move duplicated code into CodecUtil
Motivation:

We have some duplicated code that can be reused.

Modifications:

Create package private class called CodecUtil that now contains the shared code / helper method.

Result:

Less code-duplication
2014-08-25 07:37:23 +02:00
..
main/java/io/netty/handler/codec Move duplicated code into CodecUtil 2014-08-25 07:37:23 +02:00
test [#2812] Ensure we call checkForSharableAnnotation in all constructors of ByteToMessageCodec 2014-08-23 21:03:25 +02:00