4a5d7a5a17
Motivation: ReadOnlyByteBuf and ReadOnlyByteBuffer are not writable, but their writableBytes related methods return non-zero values. This is inconsistent with the behavior of these buffer types. Modifications: - ReadOnlyByteBuf and ReadOnlyByteBuffer writableBytes related methods should return 0 Result: More correct ReadOnlyByteBuf and ReadOnlyByteBuffer behavior with respect to writability. |
||
---|---|---|
.. | ||
src | ||
pom.xml |