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 a8ae408 Javadoc.
a8ae408 is described below
commit a8ae408b28dcd867af6b531cf73925458abdde52
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Dec 6 22:34:43 2021 -0500
Javadoc.
---
src/main/java/org/apache/commons/io/RandomAccessFileMode.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/io/RandomAccessFileMode.java
b/src/main/java/org/apache/commons/io/RandomAccessFileMode.java
index 44816e8..f928e58 100644
--- a/src/main/java/org/apache/commons/io/RandomAccessFileMode.java
+++ b/src/main/java/org/apache/commons/io/RandomAccessFileMode.java
@@ -22,7 +22,7 @@ import java.io.RandomAccessFile;
import java.nio.file.Path;
/**
- * Access modes and factory for {@link RandomAccessFile}.
+ * Access modes and factory methods for {@link RandomAccessFile}.
*
* @since 2.12.0
*/