Fix a wrong comment. (#3134)

This commit is contained in:
吴晟 Wu Sheng 2019-07-21 18:38:19 +08:00 committed by GitHub
parent 8306ad4531
commit f83dc64602
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ import org.apache.skywalking.oap.server.library.module.ModuleDefineHolder;
import org.slf4j.*;
/**
* Top N worker is a persistence worker, but no
* Top N worker is a persistence worker. Cache and order the data, flush in longer period.
*
* @author wusheng, peng-yongsheng
*/