change the comment from Chinese to English
This commit is contained in:
parent
9d57976167
commit
3b869fcdbe
@ -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 {
|
||||
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user