Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
juliuszsompolski committed Feb 13, 2018
1 parent d6d44fc commit 5273176
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ public int read(byte[] b, int offset, int len) throws IOException {
try {
waitForAsyncReadComplete();
if (!readAheadBuffer.hasRemaining()) {
// The first read or activeBuffer is skipped.
// The first read.
readAsync();
waitForAsyncReadComplete();
if (isEndOfStream()) {
Expand Down

0 comments on commit 5273176

Please sign in to comment.