Fix checkstyle

This commit is contained in:
Norman Maurer 2012-12-20 19:11:17 +01:00
parent 5d6d849acd
commit 7a9d9d6a88

View File

@ -23,7 +23,6 @@ public final class ChannelFlushFutureNotifier {
private long writeCounter;
private final Queue<FlushCheckpoint> flushCheckpoints = new ArrayDeque<FlushCheckpoint>();
/**
* Add a {@link ChannelFuture} to this {@link ChannelFlushFutureNotifier} which will be notified after the given
* pendingDataSize was reached.