> @@ -148,7 +153,8 @@ public Void apply(Boolean from) {
>        } else {
>           String container = path.substring(0, path.indexOf('/'));
>           path = path.substring(path.indexOf('/') + 1);
> -         return blobStore.removeBlob(container, path);
> +         blobStore.removeBlob(container, path);
> +         return immediateFuture(null);

`immediateFuture` null?

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

Reply via email to