> @@ -99,7 +99,9 @@ private StubAtmosAsyncClient(LocalAsyncBlobStore blobStore, 
> AtmosObject.Factory
>           container = directoryName;
>           path = null;
>        }
> -      return Futures.transform(blobStore.createContainerInLocation(null, 
> container), new Function<Boolean, URI>() {
> +      return Futures.transform(immediateFuture(blobStore
> +            .createContainerInLocation(null, container)),

[minor] Move to previous line?

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

Reply via email to