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 2365a1ed Javadoc
2365a1ed is described below
commit 2365a1ed44046f13d8ee51b930ea9a9e8ec209dd
Author: Gary Gregory <[email protected]>
AuthorDate: Wed May 31 17:08:06 2023 -0400
Javadoc
---
src/test/java/org/apache/commons/io/RandomAccessFilesTest.java | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/test/java/org/apache/commons/io/RandomAccessFilesTest.java
b/src/test/java/org/apache/commons/io/RandomAccessFilesTest.java
index dc5ee654..d3873599 100644
--- a/src/test/java/org/apache/commons/io/RandomAccessFilesTest.java
+++ b/src/test/java/org/apache/commons/io/RandomAccessFilesTest.java
@@ -26,6 +26,9 @@ import java.io.RandomAccessFile;
import org.junit.jupiter.api.Test;
+/**
+ * Tests {@link RandomAccessFiles}.
+ */
public class RandomAccessFilesTest {
protected static final String FILE_RES_RO =
"/org/apache/commons/io/test-file-20byteslength.bin";