Remove extra 'should' word in docs of continueReading() method

This commit is contained in:
时无两丶 2018-07-11 17:19:03 +08:00 committed by Norman Maurer
parent 4b9125f961
commit cf713d0368

View File

@ -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();