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 a15f294 Javadoc.
a15f294 is described below
commit a15f294c3a0fce84ba37101b1199a330ebc3d70c
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Dec 6 22:21:37 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 98fe099..44816e8 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;
/**
- * Modes and factory for {@link RandomAccessFile}.
+ * Access modes and factory for {@link RandomAccessFile}.
*
* @since 2.12.0
*/