Add final keyword

This commit is contained in:
norman 2012-04-11 09:16:27 +02:00
parent 16c625cfd0
commit 97561315fd

View File

@ -86,7 +86,7 @@ public class NioServerSocketChannelFactory implements ServerSocketChannelFactory
private final WorkerPool<NioWorker> workerPool;
private final ChannelSink sink;
private WorkerPool<NioWorker> bossWorkerPool;
private final WorkerPool<NioWorker> bossWorkerPool;
/**
* Create a new {@link NioServerSocketChannelFactory} using