netty5/buffer/src
Norman Maurer 336bea9dc5 Fix ByteBuf.nioBuffer(...) and nioBuffers(...) docs to reflect reality.
Motivation:

Depending on the implementation of ByteBuf nioBuffer(...) and nioBuffers(...) may either share the content or return a ByteBuffer that contains a copy of the content.

Modifications:

Fix javadocs.

Result:

Correct docs.
2018-01-22 19:50:08 +01:00
..
main/java/io/netty/buffer Fix ByteBuf.nioBuffer(...) and nioBuffers(...) docs to reflect reality. 2018-01-22 19:50:08 +01:00
test/java/io/netty/buffer ByteBuf.toString(Charset) is not thread-safe 2018-01-21 09:02:42 +01:00