Skip to content

Commit eb3a874

Browse files
committed
Javadoc
1 parent e1ca2d6 commit eb3a874

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/apache/commons/io/build/AbstractOrigin.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
import java.nio.file.OpenOption;
3535
import java.nio.file.Path;
3636
import java.nio.file.Paths;
37+
import java.nio.file.StandardOpenOption;
3738
import java.nio.file.spi.FileSystemProvider;
3839
import java.util.Arrays;
3940
import 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.

0 commit comments

Comments
 (0)