> + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
> + * KIND, either express or implied.  See the License for the
> + * specific language governing permissions and limitations
> + * under the License.
> + */
> +package org.jclouds.openstack.cinder.v1.features;
> +
> +import com.google.common.collect.Iterables;
> +import org.jclouds.openstack.cinder.v1.domain.VolumeQuota;
> +import org.jclouds.openstack.cinder.v1.internal.BaseCinderApiLiveTest;
> +import org.testng.annotations.BeforeClass;
> +import org.testng.annotations.Test;
> +
> +import java.util.concurrent.ExecutionException;
> +
> +import static org.testng.Assert.assertNotNull;

Unused import.

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

Reply via email to