()
| 299 | } |
| 300 | |
| 301 | @Override |
| 302 | public boolean isShutdown() { |
| 303 | synchronized (lock) { |
| 304 | return shutdown; |
| 305 | } |
| 306 | } |
| 307 | |
| 308 | @Override |
| 309 | public boolean awaitTermination(long timeout, TimeUnit unit) throws InterruptedException { |
nothing calls this directly
no outgoing calls
no test coverage detected