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 2021/09/18 14:55:28 UTC

[commons-io] 03/03: Checkstyle.

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-io.git

commit 5ec079b9687f213488ae4ac923d8da4a73c95478
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Sep 18 10:51:21 2021 -0400

    Checkstyle.
---
 src/main/java/org/apache/commons/io/FileSystemUtils.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/io/FileSystemUtils.java b/src/main/java/org/apache/commons/io/FileSystemUtils.java
index 8017ad0..e35c820 100644
--- a/src/main/java/org/apache/commons/io/FileSystemUtils.java
+++ b/src/main/java/org/apache/commons/io/FileSystemUtils.java
@@ -17,7 +17,6 @@
 package org.apache.commons.io;
 
 import java.io.BufferedReader;
-import java.io.File;
 import java.io.IOException;
 import java.io.InputStream;
 import java.io.InputStreamReader;