> @@ -72,7 +72,9 @@
>     private final Closer closer;
>  
>     @Inject
> -   private StubAtmosAsyncClient(LocalAsyncBlobStore blobStore, 
> AtmosObject.Factory objectProvider,
> +   private StubAtmosAsyncClient(
> +            LocalBlobStore blobStore,
> +            AtmosObject.Factory objectProvider,

Avoid partially reformatting code? I.e. keep the declarations on the same line 
as in the original?

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

Reply via email to