> @@ -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 {
@andrewgaul It looks like you deprecated the `getInput()` method in f3dcd3f as
part of [JCLOUDS-410](https://issues.apache.org/jira/browse/JCLOUDS-410). We
should probably keep the deprecation during 1.8 for removal in 2.0 WDYT?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/438/files#r15006740