> public static StringPayload newStringPayload(String data) {
> return new StringPayload(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#r8359897
