> +         return this;
> +      }
> +
> +      /**
> +       * @see SwiftObject#hash()
> +       */
> +      public Builder hash(String hash) {
> +         this.hash = hash;
> +         return this;
> +      }
> +
> +      /**
> +       * @see SwiftObject#lastModified()
> +       */
> +      public Builder lastModified(Date lastModified) {
> +         this.lastModified = lastModified;

Same here?

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

Reply via email to