Fix visibility

This commit is contained in:
norman 2012-03-20 11:40:07 +01:00
parent 4709f7fa48
commit 32e4f1b030

View File

@ -23,7 +23,7 @@ import org.jboss.netty.channel.ChannelFactory;
import org.jboss.netty.channel.ChannelPipeline;
import org.jboss.netty.channel.ChannelSink;
class NioSocketChannel extends AbstractNioChannel<SocketChannel>
public class NioSocketChannel extends AbstractNioChannel<SocketChannel>
implements org.jboss.netty.channel.socket.SocketChannel {
private static final int ST_OPEN = 0;