Fix checkstyle

This commit is contained in:
Norman Maurer 2013-07-14 18:32:10 +02:00
parent 75997545ed
commit 9dfad35423

View File

@ -30,7 +30,6 @@ public final class ChannelPromiseAggregator implements ChannelFutureListener {
private final ChannelPromise aggregatePromise;
private Set<ChannelPromise> pendingPromises;
/**
* Instance an new {@link ChannelPromiseAggregator}
*