> +   @Consumes(MediaType.APPLICATION_JSON)
> +   @Path("/b/{bucket}")
> +   @OAuthScopes(STORAGE_FULLCONTROL_SCOPE)
> +   @Fallback(NullOnNotFoundOr404.class)
> +   @Nullable
> +   HttpResponse deleteBuckets(@PathParam("bucket") String bucketName, 
> DeleteBucketOptions options);
> +
> +   /**
> +    * Retrieves a list of buckets for a given project
> +    * 
> +    * @param project
> +    *           Name of the project to retrieve the buckets
> +    * 
> +    * @return a {@link ListPage<Bucket>}
> +    */
> +

[minor] Remove blank line?

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

Reply via email to