> public static StringPayload newStringPayload(String data) {
> return new StringPayload(checkNotNull(data, "data"));
> }
>
> + /**
> + * @deprecated see newPayload(ByteSource)Changed to ```@deprecated see ByteSourcePayload```. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/234/files#r8376904
