Skip to content

Commit 9fe52e1

Browse files
committed
Javadoc
1 parent d5c1ee3 commit 9fe52e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/io/file/PathUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ public static String getBaseName(final Path path) {
875875
}
876876

877877
/**
878-
* Shorthand for {@code Files.getFileAttributeView(path, DosFileAttributeView.class)}.
878+
* Shorthand for {@code Files.getFileAttributeView(path, DosFileAttributeView.class, options)}.
879879
*
880880
* @param path the path to the file.
881881
* @param options how to handle symbolic links.

0 commit comments

Comments
 (0)