This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push: new ec3b388 Unused ec3b388 is described below commit ec3b38820423b1d62a8d45eeaaecf14322560785 Author: Sebb <s...@apache.org> AuthorDate: Fri Aug 7 21:02:58 2020 +0100 Unused --- src/test/java/org/apache/commons/io/FileUtilsTestCase.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/test/java/org/apache/commons/io/FileUtilsTestCase.java b/src/test/java/org/apache/commons/io/FileUtilsTestCase.java index c3241f0..1328e1c 100644 --- a/src/test/java/org/apache/commons/io/FileUtilsTestCase.java +++ b/src/test/java/org/apache/commons/io/FileUtilsTestCase.java @@ -39,8 +39,6 @@ import java.math.BigInteger; import java.net.URL; import java.nio.charset.Charset; import java.nio.charset.StandardCharsets; -import java.nio.file.Files; -import java.nio.file.attribute.FileTime; import java.util.ArrayList; import java.util.Arrays; import java.util.Collection;