[typo] update comment of MasterDaemon (#7285)

The comment of MasterDaemon is out of date, may misguide reader.
This commit is contained in:
tianhui5
2021-12-06 10:30:48 +08:00
committed by GitHub
parent 8a6528a2fb
commit e080afa186

View File

@ -23,8 +23,8 @@ import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
/*
* MasterDaemon is a kind of thread only master FE will start.
* And it will wait master FE to be ready before running.
* MasterDaemon is a kind of thread that will wait Catalog to be ready before running.
* And it can run in all types of FE.
*/
public class MasterDaemon extends Daemon {
private static final Logger LOG = LogManager.getLogger(MasterDaemon.class);