()
| 432 | } |
| 433 | |
| 434 | @Override |
| 435 | public T get() throws ExecutionException, InterruptedException { |
| 436 | return wrapped.get(); |
| 437 | } |
| 438 | |
| 439 | @Override |
| 440 | public T get(long timeout, @NonNull TimeUnit unit) throws ExecutionException, InterruptedException, TimeoutException { |
no outgoing calls
no test coverage detected