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

See above comment

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

Reply via email to