Add final keyword

This commit is contained in:
norman 2012-04-11 09:16:27 +02:00
parent 5b53b66fbf
commit 962a67dc03

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