>     public static StringPayload newStringPayload(String data) {
>        return new StringPayload(checkNotNull(data, "data"));
>     }
>  
> +   @Deprecated

Add `@deprecated` Javadoc to describe alternative(s)

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/234/files#r8356741

Reply via email to