>        bind(new TypeLiteral<Supplier<LoadingCache<String, Zone>>>() {
>        }).to(ZoneIdToZoneSupplier.class);
> +
> +      bind(new TypeLiteral<Function<ZoneSecurityGroupNamePortsCidrs, 
> SecurityGroup>>() {
> +      }).to(CreateSecurityGroupIfNeeded.class);
> +
> +      bind(new TypeLiteral<CacheLoader<ZoneAndName, SecurityGroup>>() {
> +      }).to(FindSecurityGroupOrCreate.class);
> +
> +      bind(new TypeLiteral<Function<Set<? extends NodeMetadata>,  
> Multimap<String, String>>>() {
> +      }).to(OrphanedGroupsByZoneId.class);
> +

Uncertainty about the right format? In nova, there's a new line. I can go 
either way.

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

Reply via email to