Remove `not use web service` comment in alert server (#11819)

This commit is contained in:
Wenjun Ruan 2022-09-07 15:05:18 +08:00 committed by caishunfeng
parent 52b79b017e
commit 1aba077fb8
1 changed files with 0 additions and 5 deletions

View File

@ -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);