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 9fe52e181 Javadoc
9fe52e181 is described below

commit 9fe52e18131a05bc431c47b05b8ca5624b381bd0
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Jun 6 10:04:39 2024 -0400

    Javadoc
---
 src/main/java/org/apache/commons/io/file/PathUtils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/io/file/PathUtils.java 
b/src/main/java/org/apache/commons/io/file/PathUtils.java
index 857db4be4..46bc87cad 100644
--- a/src/main/java/org/apache/commons/io/file/PathUtils.java
+++ b/src/main/java/org/apache/commons/io/file/PathUtils.java
@@ -875,7 +875,7 @@ public final class PathUtils {
     }
 
     /**
-     * Shorthand for {@code Files.getFileAttributeView(path, 
DosFileAttributeView.class)}.
+     * Shorthand for {@code Files.getFileAttributeView(path, 
DosFileAttributeView.class, options)}.
      *
      * @param path    the path to the file.
      * @param options how to handle symbolic links.

Reply via email to