Remove an unused field
This commit is contained in:
parent
1ed87601b8
commit
c8c577efc5
@ -10,11 +10,6 @@ public class NoSuchBufferException extends ChannelPipelineException {
|
||||
private static final String DEFAULT_MESSAGE =
|
||||
"Could not find a suitable destination buffer. Double-check if the pipeline is " +
|
||||
"configured correctly and its handlers works as expected.";
|
||||
public static final NoSuchBufferException INSTANCE = new NoSuchBufferException();
|
||||
|
||||
static {
|
||||
INSTANCE.setStackTrace(new StackTraceElement[0]);
|
||||
}
|
||||
|
||||
private static final long serialVersionUID = -131650785896627090L;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user