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 2021/11/26 17:10:06 UTC

[commons-vfs] 03/16: Drop old in-line comment.

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 c7d0f3077b3b94f5bdef35ec462fc4dccc6295f6
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Nov 26 09:43:09 2021 -0500

    Drop old in-line comment.
---
 .../test/java/org/apache/commons/vfs2/impl/DefaultFileMonitorTest.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/commons-vfs2/src/test/java/org/apache/commons/vfs2/impl/DefaultFileMonitorTest.java b/commons-vfs2/src/test/java/org/apache/commons/vfs2/impl/DefaultFileMonitorTest.java
index 404994e..9352bc7 100644
--- a/commons-vfs2/src/test/java/org/apache/commons/vfs2/impl/DefaultFileMonitorTest.java
+++ b/commons-vfs2/src/test/java/org/apache/commons/vfs2/impl/DefaultFileMonitorTest.java
@@ -187,7 +187,6 @@ public class DefaultFileMonitorTest {
 
     @After
     public void tearDown() {
-        // fileSystemManager.close();
         deleteTestFileIfPresent();
     }