> +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() {
> +   }

Not needed?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/5/files#r7380777

Reply via email to