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/09/26 19:13:24 UTC

[commons-io] branch master updated: Remove old inline 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-io.git


The following commit(s) were added to refs/heads/master by this push:
     new ea11270  Remove old inline comment.
ea11270 is described below

commit ea11270dbe18ea9bd2bfe5eb233b93dce904e546
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Sep 26 15:13:22 2021 -0400

    Remove old inline comment.
---
 src/test/java/org/apache/commons/io/FileUtilsTest.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/test/java/org/apache/commons/io/FileUtilsTest.java b/src/test/java/org/apache/commons/io/FileUtilsTest.java
index 969f9bb..87aa262 100644
--- a/src/test/java/org/apache/commons/io/FileUtilsTest.java
+++ b/src/test/java/org/apache/commons/io/FileUtilsTest.java
@@ -1476,8 +1476,6 @@ public class FileUtilsTest {
         assertFalse(testDirectory.exists(), "TestDirectory must not exist");
     }
 
-    // forceDelete
-
     @Test
     public void testForceDeleteReadOnlyFile() throws Exception {
         File destination = File.createTempFile("test-", ".txt");