> +      }
> +
> +      /**
> +       * @see VolumeQuota#getSnapshots()
> +       */
> +      public T snapshots(int snapshots) {
> +         this.snapshots = snapshots;
> +         return self();
> +      }
> +
> +
> +      public VolumeQuota build() {
> +         return new VolumeQuota(id, volumes, gigabytes, snapshots);
> +      }
> +
> +      public T fromVolumeQuotas(VolumeQuota in) {

fixed

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

Reply via email to