> @@ -82,6 +82,10 @@ public void copyTo(TemplateOptions to) { > eTo.noKeyPair(); > if (getUserData() != null) > eTo.userData(getUserData()); > + if (getMaxCount() != 0)
Do we need a null check here too, or can this never be null? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/277/files#r9452226