Browse Source

Fix notes (#2615)

Co-authored-by: taoyuxin <taoyuxin@inspur.com>
Co-authored-by: qiaozhanwei <qiaozhanwei@outlook.com>
Co-authored-by: Tboy <guo.jiwei@immomo.com>
pull/2/head
743294668 4 years ago committed by GitHub
parent
commit
30d57f304a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/worker/WorkerServer.java

4
dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/worker/WorkerServer.java

@ -71,9 +71,9 @@ public class WorkerServer {
private SpringApplicationContext springApplicationContext; private SpringApplicationContext springApplicationContext;
/** /**
* master server startup * worker server startup
* *
* master server not use web service * worker server not use web service
* @param args arguments * @param args arguments
*/ */
public static void main(String[] args) { public static void main(String[] args) {

Loading…
Cancel
Save