> @@ -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())
Much as I prefer `!isEmpty` over `size() > 0`, the latter is used everywhere else in this method, so switch to that? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/326/files#r10999425