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
The following commit(s) were added to refs/heads/master by this push: new 8392df2 Remove unused imports. 8392df2 is described below commit 8392df2de3880117a6808bc2ee40d45630980309 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jul 15 16:04:03 2021 -0400 Remove unused imports. --- .../src/test/java/org/apache/commons/vfs2/AbstractVfsTestCase.java | 1 - 1 file changed, 1 deletion(-) diff --git a/commons-vfs2/src/test/java/org/apache/commons/vfs2/AbstractVfsTestCase.java b/commons-vfs2/src/test/java/org/apache/commons/vfs2/AbstractVfsTestCase.java index 6231aea..44d832b 100644 --- a/commons-vfs2/src/test/java/org/apache/commons/vfs2/AbstractVfsTestCase.java +++ b/commons-vfs2/src/test/java/org/apache/commons/vfs2/AbstractVfsTestCase.java @@ -23,7 +23,6 @@ import java.net.URISyntaxException; import java.util.regex.Matcher; import java.util.regex.Pattern; -import org.apache.commons.vfs2.FileSystemException; import org.apache.commons.vfs2.util.Messages; import junit.framework.TestCase;