> @@ -37,8 +52,18 @@
> @Resource
> @Named(ComputeServiceConstants.COMPUTE_LOGGER)
> protected Logger logger = Logger.NULL;
> -
> - public SecurityGroupRuleToIpPermission() {
> + protected final Predicate<AtomicReference<ZoneAndName>>
> returnSecurityGroupExistsInZone;Don't look at me! I'm just using what already existed, not creating something new there. =) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/167/files#r6837842
