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 =
|
private static final String DEFAULT_MESSAGE =
|
||||||
"Could not find a suitable destination buffer. Double-check if the pipeline is " +
|
"Could not find a suitable destination buffer. Double-check if the pipeline is " +
|
||||||
"configured correctly and its handlers works as expected.";
|
"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;
|
private static final long serialVersionUID = -131650785896627090L;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user