> +import > org.jclouds.googlecloudstorage.domain.DomainResourceRefferences.Location; > +import > org.jclouds.googlecloudstorage.domain.DomainResourceRefferences.StorageClass; > +import org.jclouds.googlecloudstorage.domain.internal.BucketCors; > +import org.jclouds.googlecloudstorage.domain.internal.BucketLifeCycle; > +import org.jclouds.googlecloudstorage.domain.internal.Logging; > +import org.jclouds.googlecloudstorage.domain.internal.Owner; > +import org.jclouds.googlecloudstorage.domain.internal.Versioning; > +import org.jclouds.googlecloudstorage.domain.internal.Website; > + > + > + > +import com.google.common.base.Objects; > +import com.google.common.collect.ImmutableSet; > + > +/** > + * The Bucket represents a bucket in Google Cloud Storage There is a single > global namespace shared by all buckets
[minor] Add some punctuation here? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/31/files#r14485325
