> @@ -122,6 +131,10 @@ public ToStringHelper string() {
> ImmutableSet<BlockDeviceMapping> mappings =
> blockDeviceMappings.build();
> if (mappings.size() != 0)
> toString.add("blockDeviceMappings", mappings);
> + if (maxCount != null)Ah, gotcha. Not sure how much of an actual difference it'll make here in the toString method, but ok! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/277/files#r9472256
