> @@ -37,8 +52,18 @@
> @Resource
> @Named(ComputeServiceConstants.COMPUTE_LOGGER)
> protected Logger logger = Logger.NULL;
> -
> - public SecurityGroupRuleToIpPermission() {
> + protected final Predicate<AtomicReference<ZoneAndName>>
> returnSecurityGroupExistsInZone;
A predicate on an `AtomicReference`? This to ensure that the value we're
checking is _actually_ the current value in the `body` of the predicate, rather
than when the _invocation_ of the predicate is calculated?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/167/files#r6819255