Skip to content

Commit 792cf3b

Browse files
author
Gary Gregory
committed
Fix Javadoc typo.
1 parent 5f9239e commit 792cf3b

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
@@ -712,7 +712,7 @@ private static <R, A> R filterPaths(final PathFilter filter, final Stream<Path>
712712
* Reads the access control list from a file attribute view.
713713
*
714714
* @param sourcePath the path to the file.
715-
* @return a file attribute view of the specified type, or null ifthe attribute view type is not available.
715+
* @return a file attribute view of the specified type, or null if the attribute view type is not available.
716716
* @throws IOException if an I/O error occurs.
717717
* @since 2.8.0
718718
*/

0 commit comments

Comments
 (0)