From 5faaba0bd09db4ddcf5c1824ad7abb18b1489bbb Mon Sep 17 00:00:00 2001 From: Haohui Mai Date: Mon, 13 Oct 2014 20:43:02 -0700 Subject: [PATCH] HADOOP-11198. Fix typo in javadoc for FileSystem#listStatus(). Contributed by Li Lu. --- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ .../src/main/java/org/apache/hadoop/fs/ChecksumFileSystem.java | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index fcc5385972..57402e1a09 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -833,6 +833,9 @@ Release 2.6.0 - UNRELEASED HADOOP-11176. KMSClientProvider authentication fails when both currentUgi and loginUgi are a proxied user. (Arun Suresh via atm) + HADOOP-11198. Fix typo in javadoc for FileSystem#listStatus(). + (Li Lu via wheat9) + BREAKDOWN OF HDFS-6134 AND HADOOP-10150 SUBTASKS AND RELATED JIRAS HADOOP-10734. Implement high-performance secure random number sources. diff --git a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/ChecksumFileSystem.java b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/ChecksumFileSystem.java index c8d1b69dda..dfc895101c 100644 --- a/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/ChecksumFileSystem.java +++ b/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/ChecksumFileSystem.java @@ -562,7 +562,7 @@ public abstract class ChecksumFileSystem extends FilterFileSystem { * * @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 IOException */ @Override