netty5/buffer/src
Leo Gomes 4500adb6e0 Updates the javadoc of Unpooled to remove mention to methods it does not provide
Motivation:

`Unpooled` javadoc's mentioned the generation of hex dump and swapping an integer's byte order,
which are actually provided by `ByteBufUtil`.

Modifications:

 Sentence moved to `ByteBufUtil` javadoc.

Result:

`Unpooled` javadoc is correct.
2015-03-04 12:04:14 +09:00
..
main/java/io/netty/buffer Updates the javadoc of Unpooled to remove mention to methods it does not provide 2015-03-04 12:04:14 +09:00
test/java/io/netty/buffer Ensure CompositeByteBuf.addComponent* handles buffer in consistent way and not causes leaks 2015-02-12 16:09:41 +01:00