CRLF -> LF / Remove trailing whitespace

This commit is contained in:
Trustin Lee 2012-06-08 11:13:57 +09:00
parent 6d647feb7e
commit 6fce4539ad
24 changed files with 2529 additions and 2529 deletions

View File

@ -140,7 +140,7 @@ public class CompositeChannelBuffer extends AbstractChannelBuffer {
private CompositeChannelBuffer(CompositeChannelBuffer buffer) {
order = buffer.order;
this.gathering = buffer.gathering;
gathering = buffer.gathering;
components = buffer.components.clone();
indices = buffer.indices.clone();
setIndex(buffer.readerIndex(), buffer.writerIndex());

View File

@ -27,7 +27,7 @@ public abstract class ChannelEventRunnable implements Runnable, EstimatableObjec
protected final ChannelHandlerContext ctx;
protected final ChannelEvent e;
int estimatedSize;
private Executor executor;
private final Executor executor;
/**
* Creates a {@link Runnable} which sends the specified {@link ChannelEvent}