netty5/buffer/src
Derek Lewis 1b9cdc1f63 Updating ByteBuf Javadocs to represent actual behaviour. (#8709)
Motivation:

The javadocs stating `IndexOutOfBoundsException` is thrown were
different from what `ByteBuf` actually did. We want to ensure the
Javadocs represent reality.

Modifications:

Updated javadocs on `write*`, `ensureWriteable`, `capacity`, and
`maxCapacity` methods.

Results:

Javadocs more closely match actual behaviour.
2019-01-14 20:08:49 +01:00
..
main/java/io/netty/buffer Updating ByteBuf Javadocs to represent actual behaviour. (#8709) 2019-01-14 20:08:49 +01:00
test/java/io/netty/buffer Loosen bounds check on CompositeByteBuf's maxNumComponents (#8621) 2018-12-05 08:42:23 +01:00