> @@ -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.*;
Not that I've ever seen documented anywhere but the policy should probably be no * imports. This was my IDE playing fun tricks on me. I've put a stop to that. Individual imports in proposed commit https://github.com/rackspace/jclouds/commit/cec5d4d57369d756ec7bea5a59e73f0ed3c51b79 --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/176/files#r6946041
