> +      return ContextBuilder.newBuilder(provider)
> +            .credentials("jclouds:joe", "letmein")
> +            .endpoint(uri)
> +            .overrides(overrides)
> +            .modules(modules)
> +            .buildApi(new TypeToken<A>(getClass()) {});
> +   }
> +
> +   public A api(String uri, String provider) {
> +      return api(uri, provider, new Properties());
> +   }
> +
> +   private final Set<Module> modules = ImmutableSet.<Module> of(new 
> ExecutorServiceModule(sameThreadExecutor(),
> +         sameThreadExecutor()));
> +
> +   public MockWebServer mockSwiftServer() throws IOException {

Any reason this and `getURLReplacingQueueDispatcher` are not `static`?

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

Reply via email to