You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ga...@apache.org on 2019/02/01 16:58:32 UTC

[jclouds] branch master updated: Correct some Checkstyle violations

This is an automated email from the ASF dual-hosted git repository.

gaul pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jclouds.git


The following commit(s) were added to refs/heads/master by this push:
     new fd7bacb  Correct some Checkstyle violations
fd7bacb is described below

commit fd7bacbfd30401e56aa22ede538d07cb1e9c60c1
Author: Andrew Gaul <ga...@apache.org>
AuthorDate: Fri Feb 1 08:57:57 2019 -0800

    Correct some Checkstyle violations
    
    Follow-on to 13f32b28c90f4dda7ea21c95380d8c0879ba91fe.
---
 .../src/main/java/org/jclouds/blobstore/config/LocalBlobStore.java      | 2 --
 1 file changed, 2 deletions(-)

diff --git a/blobstore/src/main/java/org/jclouds/blobstore/config/LocalBlobStore.java b/blobstore/src/main/java/org/jclouds/blobstore/config/LocalBlobStore.java
index 81c6ae3..e1dab9f 100644
--- a/blobstore/src/main/java/org/jclouds/blobstore/config/LocalBlobStore.java
+++ b/blobstore/src/main/java/org/jclouds/blobstore/config/LocalBlobStore.java
@@ -31,7 +31,6 @@ import java.io.File;
 import java.io.FileInputStream;
 import java.io.IOException;
 import java.io.InputStream;
-import java.io.SequenceInputStream;
 import java.util.ArrayList;
 import java.util.Collections;
 import java.util.Date;
@@ -102,7 +101,6 @@ import com.google.common.base.Throwables;
 import com.google.common.collect.FluentIterable;
 import com.google.common.collect.ImmutableList;
 import com.google.common.collect.Iterables;
-import com.google.common.collect.Iterators;
 import com.google.common.io.BaseEncoding;
 import com.google.common.io.ByteSource;
 import com.google.common.net.HttpHeaders;