Cleanup
This commit is contained in:
parent
4e604a6553
commit
aa64c13bb8
@ -63,8 +63,7 @@ interface ChannelPropertyAccess {
|
||||
* Return a special ChannelPromise which can be reused for different operations.
|
||||
* <p>
|
||||
* It's only supported to use
|
||||
* it for {@link ChannelOutboundInvoker#write(Object, ChannelPromise)} and,
|
||||
* {@link ChannelOutboundInvoker#write(MessageList, ChannelPromise)}.
|
||||
* it for {@link ChannelOutboundInvoker#write(Object, ChannelPromise)}.
|
||||
* </p>
|
||||
* <p>
|
||||
* Be aware that the returned {@link ChannelPromise} will not support most operations and should only be used
|
||||
|
@ -38,7 +38,7 @@ public class ChannelGroupException extends ChannelException implements Iterable<
|
||||
if (causes.isEmpty()) {
|
||||
throw new IllegalArgumentException("causes must be non empty");
|
||||
}
|
||||
this.failed = Collections.unmodifiableCollection(causes);
|
||||
failed = Collections.unmodifiableCollection(causes);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user