> @@ -55,20 +55,11 @@ > import > org.jclouds.googlecomputeengine.compute.functions.FirewallTagNamingConvention; > import > org.jclouds.googlecomputeengine.compute.options.GoogleComputeEngineTemplateOptions; > import org.jclouds.googlecomputeengine.config.UserProject; > -import org.jclouds.googlecomputeengine.domain.Disk; > -import org.jclouds.googlecomputeengine.domain.Image; > -import org.jclouds.googlecomputeengine.domain.Instance; > +import org.jclouds.googlecomputeengine.domain.*;
Avoid using wildcard imports --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/24/files#r11996365
