Mercurial Hosting > luan
comparison src/org/eclipse/jetty/server/AbstractConnector.java @ 875:b9aa175d9a29
remove Server.getThreadPool()
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Tue, 04 Oct 2016 13:45:47 -0600 |
parents | 688b875e18ba |
children |
comparison
equal
deleted
inserted
replaced
874:ad495e897c32 | 875:b9aa175d9a29 |
---|---|
112 } | 112 } |
113 | 113 |
114 /* ------------------------------------------------------------ */ | 114 /* ------------------------------------------------------------ */ |
115 public ThreadPoolExecutor getThreadPool() | 115 public ThreadPoolExecutor getThreadPool() |
116 { | 116 { |
117 return _server.getThreadPool(); | 117 return _server.threadPool; |
118 } | 118 } |
119 | 119 |
120 /* ------------------------------------------------------------ */ | 120 /* ------------------------------------------------------------ */ |
121 /** | 121 /** |
122 */ | 122 */ |