Remove unused import

This commit is contained in:
norman 2012-04-24 13:03:58 +02:00
parent c9da4931c7
commit 79f3efd89f

View File

@ -17,7 +17,6 @@ package org.jboss.netty.handler.codec.frame;
import org.jboss.netty.buffer.ChannelBuffer;
import org.jboss.netty.buffer.ChannelBufferFactory;
import org.jboss.netty.buffer.ChannelBuffers;
import org.jboss.netty.channel.Channel;
import org.jboss.netty.channel.ChannelHandlerContext;