> + * @see <a href = " > https://developers.google.com/storage/docs/json_api/v1/buckets"/> > + */ > + > +@SkipEncoding({ '/', '=' }) > +@RequestFilters(OAuthAuthenticator.class) > +public interface BucketApi { > + > + /** > + * Returns metadata for the specified bucket. > + * > + * @param bucketName > + * Name of the bucket > + * > + * @return a {@link Bucket} resource > + */ > +
[minor] Remove blank line? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/31/files#r14532996
