Skip to content

Commit 8b9e574

Browse files
committed
Javadoc
1 parent faa0937 commit 8b9e574

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

src/test/java/org/apache/commons/io/file/CountersTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
import org.junit.jupiter.params.ParameterizedTest;
2727
import org.junit.jupiter.params.provider.MethodSource;
2828

29+
/**
30+
* Tests {@link Counter} and implementations.
31+
*/
2932
public class CountersTest extends TestArguments {
3033

3134
@ParameterizedTest

src/test/java/org/apache/commons/io/file/PathUtilsContentEqualsTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
import org.junit.jupiter.api.Test;
3131
import org.junit.jupiter.api.io.TempDir;
3232

33+
/**
34+
* Tests {@link PathUtils}.
35+
*/
3336
public class PathUtilsContentEqualsTest {
3437

3538
@TempDir

0 commit comments

Comments
 (0)