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 de81f7bdfdde4cc411ac4ab586f204a6cde0ae6a
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Nov 25 13:42:34 2022 -0500

    Remove unused exception
---
 .../java/org/apache/commons/vfs2/operations/BasicOperationsTest.java  | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git 
a/commons-vfs2/src/test/java/org/apache/commons/vfs2/operations/BasicOperationsTest.java
 
b/commons-vfs2/src/test/java/org/apache/commons/vfs2/operations/BasicOperationsTest.java
index ee248dca..04a6f9ec 100644
--- 
a/commons-vfs2/src/test/java/org/apache/commons/vfs2/operations/BasicOperationsTest.java
+++ 
b/commons-vfs2/src/test/java/org/apache/commons/vfs2/operations/BasicOperationsTest.java
@@ -113,11 +113,9 @@ public class BasicOperationsTest {
 
     /**
      * JUnit Fixture: Tear Down the FSM.
-     *
-     * @throws FileSystemException for runtime problems
      */
     @AfterEach
-    public void tearDown() throws FileSystemException {
+    public void tearDown() {
         if (manager != null) {
             manager.close();
             manager = null;

Reply via email to