> @@ -31,13 +31,7 @@ > import org.jclouds.rest.annotations.SelectJson; > import org.testng.annotations.Test; > > -import static org.jclouds.openstack.v2_0.ServiceType.BLOCK_STORAGE; > -import static org.jclouds.openstack.v2_0.ServiceType.COMPUTE; > -import static org.jclouds.openstack.v2_0.ServiceType.DATABASE_SERVICE; > -import static org.jclouds.openstack.v2_0.ServiceType.IDENTITY; > -import static org.jclouds.openstack.v2_0.ServiceType.IMAGE; > -import static org.jclouds.openstack.v2_0.ServiceType.NETWORK; > -import static org.jclouds.openstack.v2_0.ServiceType.OBJECT_STORE; > +import static org.jclouds.openstack.v2_0.ServiceType.*;
Do we have a "policy" on `*` imports? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/176/files#r6931630
