>  
>     @Override
>     public <R extends HttpRequest> R bindToRequest(R request, Map<String, 
> Object> postParams) {
>        Map<String, String> image = Maps.newHashMap();
>        if (imageRef != null)
>           image.put("imageRef", imageRef);
> +      if (name != null)
> +         image.put("name", name);
> +      if (adminPass != null)
> +         image.put("adminPass", adminPass);
> +      if (accessIPv4 != null)
> +         image.put("accessIPv4", accessIPv4);
> +      if (accessIPv6 != null)
> +         image.put("accessIPv6", accessIPv6);
> +
> +

[minor] Remove blank line?

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

Reply via email to