>  
>     private Segment(String path, String etag, long sizeBytes) {
>        this.path = checkNotNull(path, "path");
>        this.etag = checkNotNull(etag, "etag of %s", path);
> -      this.size_bytes = checkNotNull(sizeBytes, "sizeBytes of %s", path);
> +      this.sizeBytes = checkNotNull(sizeBytes, "sizeBytes of %s", path);

`long` so cannot be null?

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

Reply via email to