Remove unused imports

This commit is contained in:
Norman Maurer 2012-02-11 12:56:16 +01:00
parent b518a24700
commit 5663db690c

View File

@ -33,8 +33,6 @@ package org.jboss.netty.handler.codec.spdy;
import java.util.List;
import java.util.Map;
import org.jboss.netty.buffer.ChannelBuffer;
import org.jboss.netty.buffer.ChannelBuffers;
import org.jboss.netty.channel.ChannelDownstreamHandler;
import org.jboss.netty.channel.ChannelEvent;
import org.jboss.netty.channel.ChannelFuture;