> +import com.google.inject.Inject;
> +
> +
> +/**
> + * A function for transforming a Nova-specific SecurityGroup into a generic
> + * SecurityGroup object.
> + *
> + * @author Andrew Bayer
> + */
> +@Singleton
> +public class NovaSecurityGroupInZoneToSecurityGroup implements
> Function<SecurityGroupInZone, SecurityGroup> {
> + @Resource
> + @Named(ComputeServiceConstants.COMPUTE_LOGGER)
> + protected Logger logger = Logger.NULL;
> +
> + protected Function<org.jclouds.openstack.nova.v2_0.domain.SecurityGroup,
> SecurityGroup> baseConverter;
duh, yeah. finalizing!
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/144/files#r6353439