You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by na...@apache.org on 2014/11/23 23:00:47 UTC

[06/50] [abbrv] jclouds git commit: Removed unused imports

Removed unused imports


Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/c7bea4dc
Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/c7bea4dc
Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/c7bea4dc

Branch: refs/heads/1.8.x
Commit: c7bea4dc37f55ece2167cf6b22b37070c72150c9
Parents: 996a477
Author: Ignasi Barrera <na...@apache.org>
Authored: Thu Sep 19 15:21:36 2013 +0200
Committer: Ignasi Barrera <na...@apache.org>
Committed: Thu Sep 19 15:21:36 2013 +0200

----------------------------------------------------------------------
 .../test/java/org/jclouds/chef/internal/BaseChefApiLiveTest.java | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/c7bea4dc/apis/chef/src/test/java/org/jclouds/chef/internal/BaseChefApiLiveTest.java
----------------------------------------------------------------------
diff --git a/apis/chef/src/test/java/org/jclouds/chef/internal/BaseChefApiLiveTest.java b/apis/chef/src/test/java/org/jclouds/chef/internal/BaseChefApiLiveTest.java
index 6d5f075..85acc44 100644
--- a/apis/chef/src/test/java/org/jclouds/chef/internal/BaseChefApiLiveTest.java
+++ b/apis/chef/src/test/java/org/jclouds/chef/internal/BaseChefApiLiveTest.java
@@ -17,6 +17,7 @@
 package org.jclouds.chef.internal;
 
 import static com.google.common.base.Throwables.propagate;
+import static com.google.common.collect.Iterables.any;
 import static com.google.common.collect.Iterables.isEmpty;
 import static com.google.common.hash.Hashing.md5;
 import static java.util.concurrent.TimeUnit.MILLISECONDS;
@@ -65,9 +66,6 @@ import com.google.common.collect.ImmutableSet;
 import com.google.common.io.Closeables;
 import com.google.common.primitives.Bytes;
 
-import static com.google.common.collect.Iterables.any;
-import static com.google.common.collect.Iterables.all;
-
 /**
  * Tests behavior of {@code ChefApi}
  *