Fix a compilation error in DefaultChannelPipeline
This commit is contained in:
parent
92a688e5b2
commit
3669e31e14
@ -911,7 +911,7 @@ public class DefaultChannelPipeline implements ChannelPipeline {
|
||||
} else {
|
||||
throw new IllegalArgumentException(
|
||||
"cannot write a message whose type is not " +
|
||||
ChannelBuffer.class.getSimpleName() + ": " + message.getClass().getName()));
|
||||
ChannelBuffer.class.getSimpleName() + ": " + message.getClass().getName());
|
||||
}
|
||||
|
||||
return flush(future);
|
||||
|
Loading…
Reference in New Issue
Block a user