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 3d6a7e113 Javadoc
3d6a7e113 is described below
commit 3d6a7e113633e1a33ca254d744c3fcbab61663f3
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sat Nov 1 06:50:22 2025 -0400
Javadoc
---
src/test/java/org/apache/commons/io/input/TailerTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/java/org/apache/commons/io/input/TailerTest.java
b/src/test/java/org/apache/commons/io/input/TailerTest.java
index 4e764bf94..dcada2f8f 100644
--- a/src/test/java/org/apache/commons/io/input/TailerTest.java
+++ b/src/test/java/org/apache/commons/io/input/TailerTest.java
@@ -659,7 +659,7 @@ void testTailerEndOfFileReached() throws Exception {
// write a few lines
writeLines(file, "line7", "line8", "line9");
TestUtils.sleep(testDelayMillis);
- // May be > 3 times due to underlying OS behavior wrt streams
+ // May be > 3 times due to underlying OS behavior and streams.
assertTrue(listener.reachedEndOfFile >= 3, "end of file reached at
least 3 times");
}
}