(final Duration timeout, final ScheduledExecutorService scheduler,
final Throwable exception)
| 115 | } |
| 116 | |
| 117 | @Override |
| 118 | public Future<T> within(final Duration timeout, final ScheduledExecutorService scheduler, |
| 119 | final Throwable exception) { |
| 120 | return this; |
| 121 | } |
| 122 | } |
nothing calls this directly
no outgoing calls
no test coverage detected