> @@ -82,6 +82,10 @@ public void copyTo(TemplateOptions to) {
> eTo.noKeyPair();
> if (getUserData() != null)
> eTo.userData(getUserData());
> + if (getMaxCount() != 0)No - to save an intValue call in a bunch of places, I have getMaxCount() return an int, 0 if maxCount is null. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/277/files#r9471924
