Fixed code style in DefaultChannelPipeline
This commit is contained in:
parent
368c34ace9
commit
f4dd29c70f
@ -736,7 +736,6 @@ public class DefaultChannelPipeline implements ChannelPipeline {
|
|||||||
handler.getClass().getName());
|
handler.getClass().getName());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (!coverageValue.equals(ALL) && !coverageValue.equals(ONE)) {
|
if (!coverageValue.equals(ALL) && !coverageValue.equals(ONE)) {
|
||||||
throw new AnnotationFormatError(
|
throw new AnnotationFormatError(
|
||||||
ChannelPipelineCoverage.class.getSimpleName() +
|
ChannelPipelineCoverage.class.getSimpleName() +
|
||||||
|
Loading…
Reference in New Issue
Block a user