> @@ -189,6 +190,15 @@ public PayloadBlobBuilder contentMD5(byte[] md5) {
>        }
>  
>        @Override
> +      public PayloadBlobBuilder contentType(MediaType contentType) {

Why allow a nullable input here? Users wanting a `null` content type can just 
call the `String` variant, no?

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

Reply via email to