> @@ -62,7 +62,9 @@
>  
>     @SuppressWarnings("serial")
>     public A api(String uri, String provider, Properties overrides) {
> -      overrides.setProperty(PROPERTY_MAX_RETRIES, "1");
> +      if(!overrides.containsKey(PROPERTY_MAX_RETRIES)) {

Add whitespace between if and (.

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

Reply via email to