> this.required = required; > this.calculated = calculated; > - Iterables.addAll(this.choice, choice); > + this.choice = choice == null ? ImmutableSet.<String> of() : > ImmutableSet.copyOf(choice);
Any specific reason for this logic change? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-chef/pull/10/files#r6039671
