Removed unused member variable
This commit is contained in:
parent
8ed510e94a
commit
c55c25291a
@ -52,7 +52,6 @@ public abstract class AbstractCodecEmbedder<T> implements CodecEmbedder<T> {
|
||||
private final ChannelPipeline pipeline;
|
||||
private final EmbeddedChannelSink sink = new EmbeddedChannelSink();
|
||||
|
||||
CodecEmbedderException exception;
|
||||
final Queue<Object> productQueue = new LinkedList<Object>();
|
||||
|
||||
protected AbstractCodecEmbedder(ChannelHandler... handlers) {
|
||||
|
Loading…
Reference in New Issue
Block a user