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 15995ca7 Javadoc 15995ca7 is described below commit 15995ca7865e38251d0ffe04c06c56c519ff541a Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Thu Jul 28 09:30:49 2022 -0400 Javadoc --- src/test/java/org/apache/commons/io/FileUtilsWaitForTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/io/FileUtilsWaitForTest.java b/src/test/java/org/apache/commons/io/FileUtilsWaitForTest.java index ffd42363..50af4a2f 100644 --- a/src/test/java/org/apache/commons/io/FileUtilsWaitForTest.java +++ b/src/test/java/org/apache/commons/io/FileUtilsWaitForTest.java @@ -28,7 +28,7 @@ import org.junit.jupiter.api.Test; * <p> * This class has been broken out from FileUtilsTestCase to solve issues as per BZ 38927 * </p> - * + * * @see FileUtils */ public class FileUtilsWaitForTest {