> @@ -41,7 +41,7 @@ public BaseImmutableContentMetadata(String contentType, 
> Long contentLength, byte
>              String contentDisposition, String contentLanguage, String 
> contentEncoding, Date expires) {
>        this.contentType = contentType;
>        this.contentLength = contentLength;
> -      this.contentMD5 = contentMD5;
> +      this.contentMD5 = contentMD5 == null ? null : 
> HashCode.fromBytes(contentMD5);

Same as above.

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

Reply via email to