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 6c338fd7 Javadoc 6c338fd7 is described below commit 6c338fd78a97428b815fa169421b8c7973431ced Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Nov 11 16:14:10 2023 -0500 Javadoc --- .../java/org/apache/commons/io/monitor/FileAlterationMonitorTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/io/monitor/FileAlterationMonitorTest.java b/src/test/java/org/apache/commons/io/monitor/FileAlterationMonitorTest.java index 9399bf17..637a6852 100644 --- a/src/test/java/org/apache/commons/io/monitor/FileAlterationMonitorTest.java +++ b/src/test/java/org/apache/commons/io/monitor/FileAlterationMonitorTest.java @@ -41,7 +41,7 @@ import org.junit.jupiter.api.Test; public class FileAlterationMonitorTest extends AbstractMonitorTest { /** - * Construct a new test case. + * Constructs a new test case. * */ public FileAlterationMonitorTest() {