Remove an unnecessary empty line

This commit is contained in:
Trustin Lee 2013-06-10 18:20:24 +09:00
parent fa205defa1
commit 65e4161e63
1 changed files with 0 additions and 1 deletions

View File

@ -143,7 +143,6 @@ public abstract class AbstractNioByteChannel extends AbstractNioChannel {
}
} else if (msg instanceof FileRegion) {
FileRegion region = (FileRegion) msg;
boolean done = false;
for (int i = config().getWriteSpinCount() - 1; i >= 0; i --) {
long localFlushedAmount = doWriteFileRegion(region, i == 0);