>        public PayloadBlobBuilder contentType(String contentType) {
> -         payload.getContentMetadata().setContentType(contentType);
> +         
> payload.getContentMetadata().setContentType(checkNotNull(contentType, 
> "contentType"));

Removed ```checkNotNull```.

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

Reply via email to