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 b22bc1e9b60c8a5e4309149e55e01c5bb4030a1f Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Nov 25 12:16:54 2022 -0500 Remove unused exception --- .../org/apache/commons/vfs2/provider/ftps/MultipleConnectionTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/ftps/MultipleConnectionTest.java b/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/ftps/MultipleConnectionTest.java index 7271feb4..9fc0ef02 100644 --- a/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/ftps/MultipleConnectionTest.java +++ b/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/ftps/MultipleConnectionTest.java @@ -31,7 +31,7 @@ import org.junit.jupiter.api.Test; public class MultipleConnectionTest { @BeforeAll - public static void setUpClass() throws FtpException, IOException { + public static void setUpClass() throws FtpException { AbstractFtpsProviderTestCase.setUpClass(true); }