> @@ -65,7 +65,7 @@ > ZoneAndName.fromZoneAndName("az-1.region-a.geo-1", > "some-other-group"), new SecurityGroupInZone(securityGroupWithCidr(), > "az-1.region-a.geo-1")); > > // weird compilation error means have to declare extra generics for call > to build() - see https://bugs.eclipse.org/bugs/show_bug.cgi?id=365818 > - private static final Supplier <LoadingCache<ZoneAndName, > SecurityGroupInZone>> groupCache = > Suppliers.<LoadingCache<ZoneAndName,SecurityGroupInZone>> ofInstance( > + private static final Supplier <LoadingCache<ZoneAndName, > SecurityGroupInZone>> groupCache = Suppliers.<LoadingCache<ZoneAndName, > SecurityGroupInZone>> ofInstance(
`Supplier\<LoadingCache` (no spaces). I guess that would be part of a different PR, though? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/359/files#r12496671