| 272 | } |
| 273 | |
| 274 | private static final class SystemTicker extends Ticker { |
| 275 | @Override |
| 276 | public long nanoTime() { |
| 277 | return System.nanoTime(); |
| 278 | } |
| 279 | } |
| 280 | |
| 281 | private void checkTicker(Deadline other) { |
| 282 | if (ticker != other.ticker) { |
nothing calls this directly
no outgoing calls
no test coverage detected