>     @Inject(optional = true)
>     @Named(Constants.PROPERTY_MAX_RETRIES)
> -   private int retryCountLimit = 5;
> +   static final int NUM_RETRIES = 5;

@andrewgaul Done.
@zack-shoylev There is already a test for this. test401ShouldRetry4Times().

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

Reply via email to