You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/06/27 15:23:23 UTC

[commons-vfs] 05/06: Remove unused import.

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git

commit 544599a94d9b6cac2961dd8775d719a23a91c152
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Jun 27 10:14:15 2019 -0400

    Remove unused import.
---
 commons-vfs2/src/main/java/org/apache/commons/vfs2/FileUtil.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileUtil.java b/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileUtil.java
index 82d0971..512a32b 100644
--- a/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileUtil.java
+++ b/commons-vfs2/src/main/java/org/apache/commons/vfs2/FileUtil.java
@@ -17,7 +17,6 @@
 package org.apache.commons.vfs2;
 
 import java.io.IOException;
-import java.io.InputStream;
 import java.io.OutputStream;
 
 /**