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/ce1cba6f
Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/ce1cba6f
Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/ce1cba6f

Branch: refs/heads/master
Commit: ce1cba6f85088649554c9739a7750c9d73abc4bc
Parents: 65b64b0
Author: Ignasi Barrera <[email protected]>
Authored: Thu Sep 19 15:21:36 2013 +0200
Committer: Ignasi Barrera <[email protected]>
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/ce1cba6f/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}
  * 

Reply via email to