>           throws InterruptedException, ExecutionException {
>        Injector child = injectorForCaller(new HttpCommandExecutorService() {
>  
>           @Override
>           public ListenableFuture<HttpResponse> submit(HttpCommand command) {
> -            return Futures.immediateFuture(invoke(command));
> +            throw new AssertionError();

these assertionErrors are immediately removed in the next follow-up commit
that removes the submit method.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/553/files#r18441429

Reply via email to