> @@ -20,9 +20,7 @@
> import java.io.InputStream;
> import java.io.IOException;
>
> -import com.google.common.io.InputSupplier;
> -
> -public interface Payload extends InputSupplier<InputStream>, Closeable {
> +public interface Payload extends Closeable {
> By that, do you mean merging it to master once the 1.8.0 branch has been
> created, as described in your first comment? Or something else?
>
> The change itself looks fine to me, needless to say.
Yes, merge after 1.8.x branches.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/438/files#r15141953