Remove an unused field

This commit is contained in:
Trustin Lee 2012-06-04 09:25:39 -07:00
parent 1ed87601b8
commit c8c577efc5

View File

@ -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;