> +import com.google.inject.Inject;
> +
> +
> +/**
> + * A function for transforming a CloudStack-specific SecurityGroup into a 
> generic
> + * SecurityGroup object.
> + * 
> + * @author Andrew Bayer
> + */
> +@Singleton
> +public class CloudStackSecurityGroupToSecurityGroup implements 
> Function<org.jclouds.cloudstack.domain.SecurityGroup, SecurityGroup> {
> +   @Resource
> +   @Named(ComputeServiceConstants.COMPUTE_LOGGER)
> +   protected Logger logger = Logger.NULL;
> +
> +   protected Function<IngressRule,IpPermission> ruleToPermission;

`final` or is this meant to be settable in other ways?

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

Reply via email to