> +package org.jclouds.vsphere.compute.strategy;
> +
> +import org.jclouds.vsphere.compute.options.VSphereTemplateOptions;
> +import org.jclouds.vsphere.domain.network.NetworkConfig;
> +
> +import javax.inject.Inject;
> +import java.util.Set;
> +
> +/**
> + * 
> + * based on Andrea Turli work.
> + */
> +public class NetworkConfigurationForNetworkAndOptions {
> +   protected final NetworkConfig defaultNetworkConfig;
> +
> +   @Inject

Is there something to inject here?

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

Reply via email to