Skip to content

Commit 8e95ddf

Browse files
committed
Javadoc
1 parent 640f3d8 commit 8e95ddf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/main/java/org/apache/commons/io/RandomAccessFileMode.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
import java.io.FileNotFoundException;
2121
import java.io.RandomAccessFile;
2222
import java.nio.file.Path;
23+
import java.nio.file.StandardOpenOption;
2324
import java.util.Objects;
2425

2526
/**
@@ -53,6 +54,7 @@ public enum RandomAccessFileMode {
5354
*
5455
* @see RandomAccessFile#RandomAccessFile(File, String)
5556
* @see RandomAccessFile#RandomAccessFile(String, String)
57+
* @see StandardOpenOption#SYNC
5658
*/
5759
READ_WRITE_SYNC_ALL("rws"),
5860

@@ -62,6 +64,7 @@ public enum RandomAccessFileMode {
6264
*
6365
* @see RandomAccessFile#RandomAccessFile(File, String)
6466
* @see RandomAccessFile#RandomAccessFile(String, String)
67+
* @see StandardOpenOption#DSYNC
6568
*/
6669
READ_WRITE_SYNC_CONTENT("rwd");
6770

0 commit comments

Comments
 (0)