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 792cf3b  Fix Javadoc typo.
792cf3b is described below

commit 792cf3b828d5f7c8d34d6b5f831e1b5041973776
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Mon Jan 18 18:34:24 2021 -0500

    Fix Javadoc typo.
---
 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 4c02f1a..a5da942 100644
--- a/src/main/java/org/apache/commons/io/file/PathUtils.java
+++ b/src/main/java/org/apache/commons/io/file/PathUtils.java
@@ -712,7 +712,7 @@ public final class PathUtils {
      * Reads the access control list from a file attribute view.
      *
      * @param sourcePath the path to the file.
-     * @return a file attribute view of the specified type, or null ifthe 
attribute view type is not available.
+     * @return a file attribute view of the specified type, or null if the 
attribute view type is not available.
      * @throws IOException if an I/O error occurs.
      * @since 2.8.0
      */

Reply via email to