change the comment from Chinese to English

This commit is contained in:
pbting 2019-06-04 16:44:12 +08:00
parent 9d57976167
commit 3b869fcdbe
2 changed files with 5 additions and 4 deletions

View File

@ -53,7 +53,7 @@ public class PropertyKeyConst {
public final static String NAMING_POLLING_THREAD_COUNT = "namingPollingThreadCount";
/**
* 从系统属性中获取一些变量值的 key
* Get the key value of some variable value from the system property
*/
public static class SystemEnv {

View File

@ -29,9 +29,10 @@ public class TenantUtil {
}
/**
* 适配云上 ACM 获取 tenant 的方式
* Adapt the way ACM gets tenant on the cloud.
* <p>
* 注意和 获取 ANS 的区别由于 server 端的处理逻辑不一样默认值的返回也不一样
* Note the difference between getting and getting ANS.
* Since the processing logic on the server side is different, the default value returns differently.
* </p>
*
* @return
@ -47,7 +48,7 @@ public class TenantUtil {
}
/**
* 适配云上 ANS 获取 tenant 的方式
* Adapt the way ANS gets tenant on the cloud.
*
* @return
*/