You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by an...@apache.org on 2014/07/22 18:33:43 UTC

git commit: Addressing a Checkstyle violation

Repository: jclouds
Updated Branches:
  refs/heads/another-win-itest-fix 8f3564aeb -> 6d24dabb7


Addressing a Checkstyle violation


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

Branch: refs/heads/another-win-itest-fix
Commit: 6d24dabb7aa8ec0cb59818f454f8b29bd4664272
Parents: 8f3564a
Author: Andrew Phillips <an...@apache.org>
Authored: Tue Jul 22 12:33:22 2014 -0400
Committer: Andrew Phillips <an...@apache.org>
Committed: Tue Jul 22 12:33:22 2014 -0400

----------------------------------------------------------------------
 .../filesystem/integration/FilesystemBlobIntegrationTest.java       | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/6d24dabb/apis/filesystem/src/test/java/org/jclouds/filesystem/integration/FilesystemBlobIntegrationTest.java
----------------------------------------------------------------------
diff --git a/apis/filesystem/src/test/java/org/jclouds/filesystem/integration/FilesystemBlobIntegrationTest.java b/apis/filesystem/src/test/java/org/jclouds/filesystem/integration/FilesystemBlobIntegrationTest.java
index ef31fc4..1b29c7b 100644
--- a/apis/filesystem/src/test/java/org/jclouds/filesystem/integration/FilesystemBlobIntegrationTest.java
+++ b/apis/filesystem/src/test/java/org/jclouds/filesystem/integration/FilesystemBlobIntegrationTest.java
@@ -18,7 +18,6 @@ package org.jclouds.filesystem.integration;
 
 import java.io.IOException;
 import java.util.Properties;
-import java.util.concurrent.ExecutionException;
 
 import org.jclouds.blobstore.domain.Blob;
 import org.jclouds.blobstore.domain.BlobMetadata;