()
| 58 | private final Ticker ticker = |
| 59 | new Ticker() { |
| 60 | @Override public long read() { |
| 61 | return currentTimeNanos; |
| 62 | } |
| 63 | }; |
| 64 | |
| 65 | private final Deadline.Ticker deadlineTicker = |
nothing calls this directly
no outgoing calls
no test coverage detected