[hotfix] [Javadoc] Fix typo in Javadoc for class FileSystem This closes #4791.
Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/b2cac3a2 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/b2cac3a2 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/b2cac3a2 Branch: refs/heads/master Commit: b2cac3a2a3dbc2bf0206f9fcdd8bc7ccc95a9486 Parents: dc3f839 Author: gyao <[email protected]> Authored: Tue Oct 10 16:27:05 2017 +0200 Committer: zentol <[email protected]> Committed: Wed Oct 11 22:06:59 2017 +0200 ---------------------------------------------------------------------- flink-core/src/main/java/org/apache/flink/core/fs/FileSystem.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/b2cac3a2/flink-core/src/main/java/org/apache/flink/core/fs/FileSystem.java ---------------------------------------------------------------------- diff --git a/flink-core/src/main/java/org/apache/flink/core/fs/FileSystem.java b/flink-core/src/main/java/org/apache/flink/core/fs/FileSystem.java index a6c9b50..643ca9b 100644 --- a/flink-core/src/main/java/org/apache/flink/core/fs/FileSystem.java +++ b/flink-core/src/main/java/org/apache/flink/core/fs/FileSystem.java @@ -493,7 +493,7 @@ public abstract class FileSystem { * * @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 */ public abstract FileStatus[] listStatus(Path f) throws IOException;
