> +   @Consumes(MediaType.APPLICATION_JSON)
> +   @Path("/b")
> +   @OAuthScopes(STORAGE_FULLCONTROL_SCOPE)
> +   @MapBinder(BucketBinder.class)
> +   Bucket createBuckets(@QueryParam("project") String projectNumber,
> +            @PayloadParam("template") BucketTemplate bucketTemplate, 
> InsertBucketOptions options);
> +
> +   /**
> +    * Permanently deletes an empty Bucket
> +    * 
> +    * @param bucketName
> +    *           Name of the bucket
> +    * 
> +    * @return If successful, this method returns an empty response body
> +    */
> +

[minor] Remove blank line?

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

Reply via email to