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

`final`? And why package-level, out of curiosity?

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

Reply via email to