336bea9dc5
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.