>     public A api(String uri, String provider, Properties overrides) {
>        overrides.setProperty(PROPERTY_MAX_RETRIES, "1");
>  
> -      return ContextBuilder.newBuilder(provider)
> -            .credentials("jclouds:joe", "letmein")
> -            .endpoint(uri)
> -            .overrides(overrides)
> -            .modules(modules)
> -            .buildApi(new TypeToken<A>(getClass()) {});
> +      return ContextBuilder.newBuilder(provider).credentials("jclouds:joe", 
> "letmein").endpoint(uri)

Please preserve the formatting here.

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

Reply via email to