()
| 5937 | } |
| 5938 | |
| 5939 | void join() { |
| 5940 | join(thread); |
| 5941 | CoalMine.watch(thread, getClass().getSimpleName() + "#join()"); |
| 5942 | } |
| 5943 | |
| 5944 | void ensureRunning(String reason) throws OperationCanceledException { |
| 5945 | if (!recoverable && unrecoverable != null) |
no test coverage detected