Skip to content

Commit c24bde0

Browse files
author
Gary Gregory
committed
Javadoc
1 parent 3eb537c commit c24bde0

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/test/java/org/apache/commons/io/FileUtilsWaitForTest.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,13 @@
2525

2626
/**
2727
* This is used to test FileUtils.waitFor() method for correctness.
28-
*
28+
* <p>
29+
* This class has been broken out from FileUtilsTestCase to solve issues as per BZ 38927
30+
* </p>
31+
*
2932
* @see FileUtils
3033
*/
3134
public class FileUtilsWaitForTest {
32-
// This class has been broken out from FileUtilsTestCase
33-
// to solve issues as per BZ 38927
3435

3536
@Test
3637
public void testWaitFor0() {

0 commit comments

Comments
 (0)