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 2023/04/25 19:22:01 UTC

[commons-io] branch master updated: Fix 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


The following commit(s) were added to refs/heads/master by this push:
     new 24a1ff9d Fix Javadoc
24a1ff9d is described below

commit 24a1ff9d2badf1d658e1e31295cbb45aacd40c10
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Apr 25 15:21:56 2023 -0400

    Fix 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 9acce158..4fb6a19b 100644
--- a/src/main/java/org/apache/commons/io/file/PathUtils.java
+++ b/src/main/java/org/apache/commons/io/file/PathUtils.java
@@ -709,7 +709,7 @@ public final class PathUtils {
      * @param linkOptions options specifying how files are followed.
      * @param openOptions options specifying how files are opened.
      * @return true if the content of the streams are equal or they both don't exist, false otherwise.
-     * @throws NullPointerException if either input is null.
+     * @throws NullPointerException if openOptions is null.
      * @throws IOException if an I/O error occurs.
      * @see org.apache.commons.io.FileUtils#contentEquals(java.io.File, java.io.File)
      */