netty5/buffer/src
Norman Maurer 33e443e71a Clarify ByteBuf.duplicate() semantics.
Motivation:

From the javadocs of ByteBuf.duplicate() it is not clear if the reader and writer marks will be duplicated.

Modifications:

Add sentence to clarify that marks will not be duplicated.

Result:

Clear semantics.
2015-05-20 08:32:52 +02:00
..
main/java/io/netty/buffer Clarify ByteBuf.duplicate() semantics. 2015-05-20 08:32:52 +02:00
test/java/io/netty/buffer Reset markers when obtain PooledByteBuf. 2015-05-20 07:29:32 +02:00