Add final keyword
This commit is contained in:
parent
5b53b66fbf
commit
962a67dc03
@ -86,7 +86,7 @@ public class NioServerSocketChannelFactory implements ServerSocketChannelFactory
|
|||||||
|
|
||||||
private final WorkerPool<NioWorker> workerPool;
|
private final WorkerPool<NioWorker> workerPool;
|
||||||
private final ChannelSink sink;
|
private final ChannelSink sink;
|
||||||
private WorkerPool<NioWorker> bossWorkerPool;
|
private final WorkerPool<NioWorker> bossWorkerPool;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create a new {@link NioServerSocketChannelFactory} using
|
* Create a new {@link NioServerSocketChannelFactory} using
|
||||||
|
Loading…
x
Reference in New Issue
Block a user