> +   @OAuthScopes(STORAGE_FULLCONTROL_SCOPE)
> +   @Fallback(NullOnNotFoundOr404.class)
> +   Bucket updateBuckets(@PathParam("bucket") String bucketName,
> +            @BinderParam(BindToJsonPayload.class) BucketTemplate 
> bucketTemplate, UpdateBucketOptions options);
> +
> +   /**
> +    * Updates a bucket supporting patch semantics.
> +    * 
> +    * @param bucketName
> +    *           In the request body, supply a bucket resource with list of 
> {@link BucketAccessControls} (acl[])
> +    * @param bucketTemplate
> +    *           In the request body, supply the relevant portions of a 
> bucket resource
> +    * 
> +    * @return If successful, this method returns a {@link Bucket} resource 
> in the 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#r14533266

Reply via email to