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

lidongdai 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 8c8e128  fix code annotation error(#2603) (#2614)
8c8e128 is described below

commit 8c8e128d18b2a1e189b05554a8c011749c1408b7
Author: ywywn <[email protected]>
AuthorDate: Fri May 8 15:23:31 2020 +0800

    fix code annotation error(#2603) (#2614)
---
 .../java/org/apache/dolphinscheduler/server/worker/WorkerServer.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/worker/WorkerServer.java
 
b/dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/worker/WorkerServer.java
index 1574ae7..f0833cb 100644
--- 
a/dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/worker/WorkerServer.java
+++ 
b/dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/worker/WorkerServer.java
@@ -140,4 +140,4 @@ public class WorkerServer {
         }
     }
 
-}
\ No newline at end of file
+}

Reply via email to