olivierlemasle commented on this pull request.


> @@ -234,6 +234,13 @@ public String get() {
       return authenticationMethods.get(credentialType);
    }
 
+   @Provides
+   @Singleton
+   @Named("credentialsRetryable")
+   protected final boolean credentialsRetryable(Function<Credentials, Access> 
getAccess) {

@nacx You're right. I've updated the pull request following your advice 
(injecting `CredentialType`).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1009

Reply via email to