>  import com.google.common.util.concurrent.ListeningExecutorService;
>  
>  @Singleton
>  public class NovaComputeService extends BaseComputeService {
> -   protected final NovaApi novaApi;
> -   protected final LoadingCache<RegionAndName, SecurityGroupInRegion> 
> securityGroupMap;
> -   protected final LoadingCache<RegionAndName, KeyPair> keyPairCache;
> -   protected final Function<Set<? extends NodeMetadata>, Multimap<String, 
> String>> orphanedGroupsByRegionId;
> -   protected final GroupNamingConvention.Factory namingConvention;
> +   protected CleanupServer cleanupServer;

Make it final.

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

Reply via email to