Fixed a compilation error. Doh!

This commit is contained in:
Trustin Lee 2011-03-05 02:51:51 +09:00
parent 2d7e9cab6d
commit df656bf139

View File

@ -238,7 +238,6 @@ public class ChunkedWriteHandler implements ChannelUpstreamHandler, ChannelDowns
} else {
writeFuture = future(channel);
writeFuture.addListener(new ChannelFutureListener() {
@Override
public void operationComplete(ChannelFuture future)
throws Exception {
if (!future.isSuccess()) {