> + }
> +
> + @Override
> + public String toString() {
> + return "cidr(" + cidr + ")";
> + }
> + };
> + }
> +
> + /**
> + * matches a security group rule by the security group it allows
> + *
> + * @param group
> + * @return predicate that matches group
> + */
> + public static Predicate<SecurityGroupRule> ruleGroup(final String group) {
Rename to `groupName` - makes the comparison with getGroup().getName() clearer
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/144/files#r6344730