Skip to content

Commit 3d6a7e1

Browse files
committed
Javadoc
1 parent ad875d5 commit 3d6a7e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/apache/commons/io/input/TailerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ void testTailerEndOfFileReached() throws Exception {
659659
// write a few lines
660660
writeLines(file, "line7", "line8", "line9");
661661
TestUtils.sleep(testDelayMillis);
662-
// May be > 3 times due to underlying OS behavior wrt streams
662+
// May be > 3 times due to underlying OS behavior and streams.
663663
assertTrue(listener.reachedEndOfFile >= 3, "end of file reached at least 3 times");
664664
}
665665
}

0 commit comments

Comments
 (0)