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 8b9e574b Javadoc
8b9e574b is described below
commit 8b9e574becb51ec69be715bf9401403f9858b990
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jun 2 14:51:07 2023 -0400
Javadoc
---
src/test/java/org/apache/commons/io/file/CountersTest.java | 3 +++
.../java/org/apache/commons/io/file/PathUtilsContentEqualsTest.java | 3 +++
2 files changed, 6 insertions(+)
diff --git a/src/test/java/org/apache/commons/io/file/CountersTest.java
b/src/test/java/org/apache/commons/io/file/CountersTest.java
index d386b699..a329ee13 100644
--- a/src/test/java/org/apache/commons/io/file/CountersTest.java
+++ b/src/test/java/org/apache/commons/io/file/CountersTest.java
@@ -26,6 +26,9 @@ import org.apache.commons.io.file.Counters.PathCounters;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.MethodSource;
+/**
+ * Tests {@link Counter} and implementations.
+ */
public class CountersTest extends TestArguments {
@ParameterizedTest
diff --git
a/src/test/java/org/apache/commons/io/file/PathUtilsContentEqualsTest.java
b/src/test/java/org/apache/commons/io/file/PathUtilsContentEqualsTest.java
index 23347d67..13ea17f2 100644
--- a/src/test/java/org/apache/commons/io/file/PathUtilsContentEqualsTest.java
+++ b/src/test/java/org/apache/commons/io/file/PathUtilsContentEqualsTest.java
@@ -30,6 +30,9 @@ import java.nio.file.Paths;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.io.TempDir;
+/**
+ * Tests {@link PathUtils}.
+ */
public class PathUtilsContentEqualsTest {
@TempDir