You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/08/13 15:35:21 UTC

[commons-io] 01/03: JAvadoc

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

commit 01714daaf4b8bac9add5e3ffa1b23bfdc3e321d2
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Aug 13 10:13:39 2022 -0400

    JAvadoc
---
 src/main/java/org/apache/commons/io/file/PathUtils.java | 4 +++-
 1 file changed, 3 insertions(+), 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 3a90a279..e5ca2ebe 100644
--- a/src/main/java/org/apache/commons/io/file/PathUtils.java
+++ b/src/main/java/org/apache/commons/io/file/PathUtils.java
@@ -1175,7 +1175,9 @@ public final class PathUtils {
     }
 
     /**
-     * @return the nofollowLinkOptionArray
+     * Copy of the {@link LinkOption} array for {@link LinkOption#NOFOLLOW_LINKS}.
+     *
+     * @return Copy of the {@link LinkOption} array for {@link LinkOption#NOFOLLOW_LINKS}.
      */
     public static LinkOption[] noFollowLinkOptionArray() {
         return NOFOLLOW_LINK_OPTION_ARRAY.clone();