This is an automated email from the ASF dual-hosted git repository.

dwysakowicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 0514f1c  [hotfix] fix javadoc typo in LocalFileSystem.java
0514f1c is described below

commit 0514f1c630ff86e73b2ace0fd924cca3232b0e75
Author: Qin <kingb...@users.noreply.github.com>
AuthorDate: Thu Nov 15 20:59:56 2018 +0800

    [hotfix] fix javadoc typo in LocalFileSystem.java
---
 .../src/main/java/org/apache/flink/core/fs/local/LocalFileSystem.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/flink-core/src/main/java/org/apache/flink/core/fs/local/LocalFileSystem.java 
b/flink-core/src/main/java/org/apache/flink/core/fs/local/LocalFileSystem.java
index 7b99e1b..6946558 100644
--- 
a/flink-core/src/main/java/org/apache/flink/core/fs/local/LocalFileSystem.java
+++ 
b/flink-core/src/main/java/org/apache/flink/core/fs/local/LocalFileSystem.java
@@ -72,7 +72,7 @@ public class LocalFileSystem extends FileSystem {
         * Because Paths are not immutable, we cannot cache the proper path 
here */
        private final URI workingDir;
 
-       /** Path pointing to the current working directory.
+       /** Path pointing to the current user home directory.
         * Because Paths are not immutable, we cannot cache the proper path 
here. */
        private final URI homeDir;
 

Reply via email to