Skip to content

Commit fd8bd1d

Browse files
committed
Javadoc
1 parent f0d1c78 commit fd8bd1d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/test/java/org/apache/commons/lang3/ThreadUtilsTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ void testJoinDuration() throws InterruptedException {
192192

193193
@Test
194194
void testJoinDurationZero() throws InterruptedException {
195+
// This test doesn't wait forever because the thread is not alive, so the call returns immediately.
195196
ThreadUtils.join(new Thread(), Duration.ZERO);
196197
}
197198

0 commit comments

Comments
 (0)