> @@ -30,8 +30,8 @@
> private BindToJsonPayload jsonBinder;
>
> @Override
> - public <R extends HttpRequest> R bindToRequest(R request, Map<String,
> Object> postParams) {
> - BucketAccessControls postBucket = (BucketAccessControls)
> postParams.get("BACLInsert");
> + public <R extends HttpRequest> R bindToRequest(R request, Map<String,
> Object> postParams)throws IllegalArgumentException {
[minor] Space before `throws`
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/36/files#r17685459