diff --git a/api/src/main/java/com/alibaba/nacos/api/PropertyKeyConst.java b/api/src/main/java/com/alibaba/nacos/api/PropertyKeyConst.java index 21baa9f63..680864962 100644 --- a/api/src/main/java/com/alibaba/nacos/api/PropertyKeyConst.java +++ b/api/src/main/java/com/alibaba/nacos/api/PropertyKeyConst.java @@ -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 { diff --git a/client/src/main/java/com/alibaba/nacos/client/utils/TenantUtil.java b/client/src/main/java/com/alibaba/nacos/client/utils/TenantUtil.java index 016f69862..721ad72fe 100644 --- a/client/src/main/java/com/alibaba/nacos/client/utils/TenantUtil.java +++ b/client/src/main/java/com/alibaba/nacos/client/utils/TenantUtil.java @@ -29,9 +29,10 @@ public class TenantUtil { } /** - * 适配云上 ACM 获取 tenant 的方式。 + * Adapt the way ACM gets tenant on the cloud. *
- * 注意和 获取 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. *
* * @return @@ -47,7 +48,7 @@ public class TenantUtil { } /** - * 适配云上 ANS 获取 tenant 的方式。 + * Adapt the way ANS gets tenant on the cloud. * * @return */