> @@ -122,6 +131,10 @@ public ToStringHelper string() { > ImmutableSet<BlockDeviceMapping> mappings = > blockDeviceMappings.build(); > if (mappings.size() != 0) > toString.add("blockDeviceMappings", mappings); > + if (maxCount != null)
Do we need a `> 0` check here..? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/277/files#r9452232