From 64e905695bf5977b018fce66798c5aac4a7bfd43 Mon Sep 17 00:00:00 2001 From: Keith Turner Date: Fri, 9 Mar 2018 16:07:14 -0500 Subject: [PATCH] Fix FileSystem.listStatus javadoc --- .../src/main/java/org/apache/hadoop/fs/FileSystem.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java index facfe03ae612a..6b8940414ecef 100644 --- a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java +++ b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/FileSystem.java @@ -1840,7 +1840,7 @@ public boolean accept(Path file) { *

* Will not return null. Expect IOException upon access error. * @param f given path - * @return the statuses of the files/directories in the given patch + * @return the statuses of the files/directories in the given path * @throws FileNotFoundException when the path does not exist * @throws IOException see specific implementation */