> +         }
> +
> +         @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) {

done.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/144/files#r6353463

Reply via email to