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 2020/12/17 19:18:11 UTC

[commons-vfs] 01/02: Remove unused exceptions in tests.

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 d9eeba5275a5f67bb9bd17f930b9ea4b62802017
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Dec 17 11:41:03 2020 -0500

    Remove unused exceptions in tests.
---
 .../org/apache/commons/vfs2/provider/ftp/test/FtpProviderTestCase.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/ftp/test/FtpProviderTestCase.java b/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/ftp/test/FtpProviderTestCase.java
index 964d6a0..a17f922 100644
--- a/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/ftp/test/FtpProviderTestCase.java
+++ b/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/ftp/test/FtpProviderTestCase.java
@@ -75,10 +75,9 @@ public class FtpProviderTestCase extends AbstractProviderTestConfig {
      * @param rootDirectory the local FTP server rootDirectory
      * @param fileSystemFactory optional local FTP server FileSystemFactory
      * @throws FtpException
-     * @throws IOException
      */
     static void setUpClass(final String rootDirectory, final FileSystemFactory fileSystemFactory)
-            throws FtpException, IOException {
+            throws FtpException {
         if (Server != null) {
             return;
         }