Fix checkstyle
This commit is contained in:
parent
5d6d849acd
commit
7a9d9d6a88
@ -23,7 +23,6 @@ public final class ChannelFlushFutureNotifier {
|
|||||||
private long writeCounter;
|
private long writeCounter;
|
||||||
private final Queue<FlushCheckpoint> flushCheckpoints = new ArrayDeque<FlushCheckpoint>();
|
private final Queue<FlushCheckpoint> flushCheckpoints = new ArrayDeque<FlushCheckpoint>();
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Add a {@link ChannelFuture} to this {@link ChannelFlushFutureNotifier} which will be notified after the given
|
* Add a {@link ChannelFuture} to this {@link ChannelFlushFutureNotifier} which will be notified after the given
|
||||||
* pendingDataSize was reached.
|
* pendingDataSize was reached.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user