>        this.name = checkNotNull(name, "name");
>        this.objectCount = objectCount;
>        this.bytesUsed = bytesUsed;
>        this.anybodyRead = anybodyRead == null ? Optional.<Boolean> absent() : 
> anybodyRead;
>        this.metadata = metadata == null ? ImmutableMap.<String, String> of() 
> : metadata;
> +      this.headers = headers == null ? ImmutableMultimap.<String, String> 
> of() : checkNotNull(headers, "headers");

Don't need the `checkNotNull` here?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/107/files#r13035161

Reply via email to