This is an automated email from the ASF dual-hosted git repository. caishunfeng pushed a commit to branch 3.1.0-prepare in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
commit 1aba077fb8bb70161626727f8f168d88eea8c614 Author: Wenjun Ruan <[email protected]> AuthorDate: Wed Sep 7 15:05:18 2022 +0800 Remove `not use web service` comment in alert server (#11819) --- .../src/main/java/org/apache/dolphinscheduler/alert/AlertServer.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/java/org/apache/dolphinscheduler/alert/AlertServer.java b/dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/java/org/apache/dolphinscheduler/alert/AlertServer.java index 7c5c2288ba..8f27dcb3e4 100644 --- a/dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/java/org/apache/dolphinscheduler/alert/AlertServer.java +++ b/dolphinscheduler-alert/dolphinscheduler-alert-server/src/main/java/org/apache/dolphinscheduler/alert/AlertServer.java @@ -59,11 +59,6 @@ public class AlertServer implements Closeable { this.alertConfig = alertConfig; } - /** - * alert server startup, not use web service - * - * @param args arguments - */ public static void main(String[] args) { Thread.currentThread().setName(Constants.THREAD_NAME_ALERT_SERVER); new SpringApplicationBuilder(AlertServer.class).run(args);
