netty5/buffer/src
Norman Maurer 3103f0551c Share code between retain(...) and release(...) implementations.
Motivation:

We can share the code in retain() and retain(...) and also in release() and release(...).

Modifications:

Share code.

Result:

Less duplicated code.
2016-09-02 21:53:10 +02:00
..
main/java/io/netty/buffer Share code between retain(...) and release(...) implementations. 2016-09-02 21:53:10 +02:00
test/java/io/netty/buffer [#5773] AbstractByteBuf.forEachByteDesc(ByteProcessor) starts from wrong index 2016-09-01 08:21:12 +02:00