> +      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 {

Made static and renamed in proposed commit 
https://github.com/rackspace/jclouds/commit/0c53a48df010e0d7f2b4d9cfee4cbd95ccb2b522

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

Reply via email to