Remove extra 'should' word in docs of continueReading() method
This commit is contained in:
parent
4b9125f961
commit
cf713d0368
@ -96,7 +96,7 @@ public interface RecvByteBufAllocator {
|
||||
int attemptedBytesRead();
|
||||
|
||||
/**
|
||||
* Determine if the current read loop should should continue.
|
||||
* Determine if the current read loop should continue.
|
||||
* @return {@code true} if the read loop should continue reading. {@code false} if the read loop is complete.
|
||||
*/
|
||||
boolean continueReading();
|
||||
|
Loading…
Reference in New Issue
Block a user