> @@ -40,6 +40,15 @@ public AssociateIPAddressOptions networkId(String 
> networkId) {
>  
>     }
>  
> +   /**
> +    * @param projectId
> +    *          Project for the IP
> +    */
> +   public AssociateIPAddressOptions projectId(String projectId) {
> +      this.queryParameters.replaceValues("projectid", 
> ImmutableSet.of(projectId + ""));

Pretty sure it's just an artifact of replaceValues, yeah.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/93/files#r5543495

Reply via email to