> @@ -37,8 +52,18 @@
> @Resource
> @Named(ComputeServiceConstants.COMPUTE_LOGGER)
> protected Logger logger = Logger.NULL;
> -
> - public SecurityGroupRuleToIpPermission() {
> + protected final Predicate<AtomicReference<ZoneAndName>>
> returnSecurityGroupExistsInZone;
> + protected final Supplier<Map<String, Location>> locationIndex;
> + LoadingCache<ZoneAndName, SecurityGroupInZone> groupMap;
I think I just instinctively hit protected. The final...there was a reason, but
I can't remember it right now.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/167/files#r6837873