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 GitHub
parent 444c7e6eb7
commit ea0b5acccb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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);