> @@ -150,6 +148,8 @@ protected ToStringHelper string() {
>        toString.add("userData", userData == null ? null : new 
> String(userData));
>        if (!networks.isEmpty())
>           toString.add("networks", networks);
> +      if (availabilityZone != null)
> +         toString.add("availability_zone", availabilityZone);

Any reason why the logic here is different than for `userData` just above?

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

Reply via email to