()
| 100 | } |
| 101 | |
| 102 | @SuppressWarnings("unchecked") |
| 103 | @Override |
| 104 | public Future<Void> voided() { |
| 105 | return (Future<Void>) this; |
| 106 | } |
| 107 | |
| 108 | @Override |
| 109 | public Future<T> delayed(final Duration delay, final ScheduledExecutorService scheduler) { |
nothing calls this directly
no outgoing calls
no test coverage detected