> @@ -155,6 +178,8 @@ protected ToStringHelper string() {
>           toString.add("networks", networks);
>        toString.add("availability_zone", availabilityZone == null ? null : 
> availabilityZone);
>        toString.add("configDrive", configDrive);
> +      if (!blockDeviceMapping.isEmpty())

I think he should stick with mine and your preference and go with isEmpty

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

Reply via email to