> @@ -16,6 +16,18 @@ > */ > package org.jclouds.softlayer.compute.functions; > > +import com.google.common.collect.ImmutableSet; > +import org.jclouds.compute.domain.Image; > +import org.jclouds.compute.domain.OperatingSystem; > +import org.jclouds.compute.domain.OsFamily; > +import org.jclouds.softlayer.domain.ProductItem; > +import org.jclouds.softlayer.domain.ProductItemPrice; > +import org.testng.annotations.Test; > + > +import java.util.Arrays; > +import java.util.List; > +import java.util.NoSuchElementException; > +
Spurious import reordering? Please preserve the initial order and ensure the diff only contains _changes_ to the import set. Thanks! --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/77/files#r6902311
