CRLF -> LF / Remove trailing whitespace
This commit is contained in:
parent
6d647feb7e
commit
6fce4539ad
@ -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());
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user