fix threadpool visibility to be consisten with others

This commit is contained in:
Simon Willnauer 2016-01-19 21:07:43 +01:00
parent 40783b5d32
commit 9117a8d500
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ public class NettyHttpServerTransport extends AbstractLifecycleComponent<HttpSer
protected final String publishHosts[]; protected final String publishHosts[];
protected final boolean detailedErrorsEnabled; protected final boolean detailedErrorsEnabled;
private final ThreadPool threadPool; protected final ThreadPool threadPool;
protected int publishPort; protected int publishPort;