> @@ -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;

Sorry, I meant the `LoadingCache`. So my comment was really "add `final`? And 
perhaps make `protected` too?" ;-)

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

Reply via email to