> @@ -61,14 +69,30 @@ public static InputStreamPayload
> newInputStreamPayload(InputStream data) {
> return new InputStreamPayload(checkNotNull(data, "data"));
> }
>
> + /**
> + * @deprecated see newPayload(ByteSource)
"see {@link newByteSourcePayload(ByteSource)}"?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/234/files#r8359893
