> +      private Website website;
> +      private Logging logging;
> +      private Versioning versioning;
> +      private ImmutableSet.Builder<BucketCors> cors = ImmutableSet.builder();
> +      private BucketLifeCycle lifeCycle;
> +      private StorageClass storageClass;
> +
> +      public Builder name(String name) {
> +         this.name = name;
> +         return this;
> +      }
> +
> +      public Builder projectNumber(Long projectNumber) {
> +         this.projectNumber = projectNumber;
> +         return this;
> +

[minor] Remove blank line?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/31/files#r14528197

Reply via email to