> this.name = name; > - this.groupings.putAll(groupings); > + this.groupings = groupings == null ? ImmutableMap.<String, String> > of() : ImmutableMap.copyOf(groupings);
See comments above about this pattern --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-chef/pull/10/files#r6039894
