More straightforward description
This commit is contained in:
parent
47498eb159
commit
38c60ef807
@ -430,8 +430,8 @@ public interface ChannelBuffer extends Comparable<ChannelBuffer> {
|
||||
* the expected minimum number of writable bytes
|
||||
* @throws IndexOutOfBoundsException
|
||||
* if {@linkplain #writableBytes() the writable bytes} of this
|
||||
* buffer is less than the specified value and the capacity of the
|
||||
* buffer cannot be expanded
|
||||
* buffer is less than the specified value and if this buffer is
|
||||
* not a dynamic buffer
|
||||
*/
|
||||
void ensureWritableBytes(int writableBytes);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user