>     public int hashCode() {
> -      return Objects.hashCode(getContainerCount(), getBytesUsed());
> +      return Objects.hashCode(getContainerCount(), getObjectCount(), 
> getBytesUsed(), getMetadata());

`timestamp` not relevant for hashCode/equals?

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

Reply via email to