File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/org/apache/commons/io/build Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3434import java .nio .file .OpenOption ;
3535import java .nio .file .Path ;
3636import java .nio .file .Paths ;
37+ import java .nio .file .StandardOpenOption ;
3738import java .nio .file .spi .FileSystemProvider ;
3839import java .util .Arrays ;
3940import java .util .Objects ;
@@ -715,8 +716,7 @@ public Path getPath() {
715716 /**
716717 * Gets this origin as a RandomAccessFile, if possible.
717718 *
718- * @param openOption TODO
719- *
719+ * @param openOption options like {@link StandardOpenOption}.
720720 * @return this origin as a RandomAccessFile, if possible.
721721 * @throws FileNotFoundException See {@link RandomAccessFile#RandomAccessFile(File, String)}.
722722 * @throws UnsupportedOperationException if this method is not implemented in a concrete subclass.
You can’t perform that action at this time.
0 commit comments