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

technoboy pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 88a7235  fix 'directory' spell bug
     new 553c88a  Merge pull request #1554 from Nivane/dev
88a7235 is described below

commit 88a7235ee2c75da48d393b06636eb926b12fc0e9
Author: lipan.zhao <[email protected]>
AuthorDate: Tue Dec 24 17:40:05 2019 +0800

    fix 'directory' spell bug
---
 .../src/main/java/org/apache/dolphinscheduler/common/model/Server.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/model/Server.java
 
b/dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/model/Server.java
index 29c96c1..706609d 100644
--- 
a/dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/model/Server.java
+++ 
b/dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/model/Server.java
@@ -40,7 +40,7 @@ public class Server {
     private int port;
 
     /**
-     * master direcotry in zookeeper
+     * master directory in zookeeper
      */
     private String zkDirectory;
 

Reply via email to