fix threadpool visibility to be consisten with others
This commit is contained in:
parent
40783b5d32
commit
9117a8d500
|
@ -141,7 +141,7 @@ public class NettyHttpServerTransport extends AbstractLifecycleComponent<HttpSer
|
|||
protected final String publishHosts[];
|
||||
|
||||
protected final boolean detailedErrorsEnabled;
|
||||
private final ThreadPool threadPool;
|
||||
protected final ThreadPool threadPool;
|
||||
|
||||
protected int publishPort;
|
||||
|
||||
|
|
Loading…
Reference in New Issue