> @@ -31,7 +31,7 @@
>     private BindToJsonPayload jsonBinder;
>  
>     @Override
> -   public <R extends HttpRequest> R bindToRequest(R request, Map<String, 
> Object> postParams) {
> +   public <R extends HttpRequest> R bindToRequest(R request, Map<String, 
> Object> postParams) throws IllegalArgumentException {

Unneeded change?  `IllegalArgumentException` is a `RuntimeException` so we need 
not declare this.

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

Reply via email to