> @@ -61,25 +52,12 @@ protected void bindErrorHandlers() {
>     }
>  
>     @Provides
> -   @Singleton
> -   @UserProject
> -   public Supplier<String> supplyProject(@Provider final 
> Supplier<Credentials> creds, final GoogleCloudStorageApi api,
> -            AtomicReference<AuthorizationException> authException, 
> @Named(PROPERTY_SESSION_INTERVAL) long seconds) {
> -      return 
> MemoizedRetryOnTimeOutButNotOnAuthorizationExceptionSupplier.create(authException,

this was absolutely senseless. we don't need to guard authorization errors when 
only parsing a string!

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/93/files#r20309718

Reply via email to