> +import com.google.common.collect.ImmutableSet;
> +import com.google.common.collect.Range;
> +
> +/**
> + * A function for transforming a GCE-specific Firewall into a generic
> + * IpPermission object.
> + *
> + * @author Andrew Bayer
> + */
> +public class FirewallToIpPermission implements Function<Firewall,
> Iterable<IpPermission>> {
> + @Resource
> + @Named(ComputeServiceConstants.COMPUTE_LOGGER)
> + protected Logger logger = Logger.NULL;
> +
> + public FirewallToIpPermission() {
> + }
I ran into something that insisted on there being a constructor, I think.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/5/files#r7385814