> @@ -160,22 +162,26 @@ private 
> StubS3AsyncClient(@Named(Constants.PROPERTY_USER_THREADS) ListeningExecu
>           Blob object = source.get(sourceObject);
>           if (options.getIfMatch() != null) {
>              if (!object.getMetadata().getETag().equals(options.getIfMatch()))
> -               return 
> immediateFailedFuture(LocalAsyncBlobStore.returnResponseException(412));
> +               return immediateFailedFuture(LocalBlobStore
> +                     .returnResponseException(412));

Do not wrap?

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

Reply via email to