> @@ -142,6 +143,8 @@ protected ToStringHelper string() {
>        if (adminPass != null)
>           toString.add("adminPassPresent", true);
>        toString.add("userData", userData == null ? null : new 
> String(userData));
> +      if (networks.size() > 0)

`!networks.isEmpty()`?

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

Reply via email to