Remove unused imports

This commit is contained in:
Norman Maurer 2012-02-04 15:56:36 +01:00
parent a3d3e22271
commit 88ecc388d3
3 changed files with 0 additions and 8 deletions

View File

@ -15,9 +15,6 @@
*/
package org.jboss.netty.handler.codec.spdy;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.jboss.netty.util.internal.StringUtil;

View File

@ -15,8 +15,6 @@
*/
package org.jboss.netty.handler.codec.spdy;
import java.util.Formatter;
import org.jboss.netty.buffer.ChannelBuffer;
final class SpdyCodecUtil {

View File

@ -15,10 +15,7 @@
*/
package org.jboss.netty.handler.codec.spdy;
import java.util.zip.Inflater;
import org.jboss.netty.buffer.ChannelBuffer;
import org.jboss.netty.buffer.ChannelBuffers;
import org.jboss.netty.channel.Channel;
import org.jboss.netty.channel.ChannelHandlerContext;
import org.jboss.netty.handler.codec.compression.ZlibDecoder;