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 c24bde0d Javadoc c24bde0d is described below commit c24bde0d76d3e9e87ae177c0589390503e17ff83 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Thu Jul 28 09:30:13 2022 -0400 Javadoc --- src/test/java/org/apache/commons/io/FileUtilsWaitForTest.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/test/java/org/apache/commons/io/FileUtilsWaitForTest.java b/src/test/java/org/apache/commons/io/FileUtilsWaitForTest.java index c4979b7f..ffd42363 100644 --- a/src/test/java/org/apache/commons/io/FileUtilsWaitForTest.java +++ b/src/test/java/org/apache/commons/io/FileUtilsWaitForTest.java @@ -25,12 +25,13 @@ import org.junit.jupiter.api.Test; /** * This is used to test FileUtils.waitFor() method for correctness. - * + * <p> + * This class has been broken out from FileUtilsTestCase to solve issues as per BZ 38927 + * </p> + * * @see FileUtils */ public class FileUtilsWaitForTest { - // This class has been broken out from FileUtilsTestCase - // to solve issues as per BZ 38927 @Test public void testWaitFor0() {