[Typo] Modify code description (#6785)

Co-authored-by: wei.zhang2 <wei.zhang2@dmall.com>
This commit is contained in:
Wei
2021-10-10 23:06:53 +08:00
committed by GitHub
parent bd19491b5b
commit a679d04b3b

View File

@ -24,7 +24,10 @@ import org.apache.logging.log4j.Logger;
import java.io.IOException;
// 这是整个前端服务的包装,包括创建支持MySQL协议的服务
/**
* This is the encapsulation of the entire front-end service,
* including the creation of services that support the MySQL protocol
*/
public class QeService {
private static final Logger LOG = LogManager.getLogger(QeService.class);