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
commit 2209fbb36c1714328a2a09c60d13171fc584f531 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Nov 10 17:34:02 2023 -0500 Javadoc --- .../java/org/apache/commons/io/monitor/FileAlterationObserverTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/io/monitor/FileAlterationObserverTest.java b/src/test/java/org/apache/commons/io/monitor/FileAlterationObserverTest.java index 5edc6bb5..130105ea 100644 --- a/src/test/java/org/apache/commons/io/monitor/FileAlterationObserverTest.java +++ b/src/test/java/org/apache/commons/io/monitor/FileAlterationObserverTest.java @@ -36,7 +36,7 @@ import org.junit.jupiter.api.Test; public class FileAlterationObserverTest extends AbstractMonitorTest { /** - * Construct a new test case. + * Constructs a new instance. * */ public FileAlterationObserverTest() {