This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new fe80d14  [style] replace Chinese comments with English comments (#7732)
fe80d14 is described below

commit fe80d1417f7e86d8d521fec1cb392a67ab03ce6d
Author: lovingfeel <[email protected]>
AuthorDate: Thu Jan 13 19:35:06 2022 -0600

    [style] replace Chinese comments with English comments (#7732)
---
 .../src/main/java/org/apache/doris/catalog/AccessPrivilege.java       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/fe/fe-core/src/main/java/org/apache/doris/catalog/AccessPrivilege.java 
b/fe/fe-core/src/main/java/org/apache/doris/catalog/AccessPrivilege.java
index 236f339..f898914 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/catalog/AccessPrivilege.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/catalog/AccessPrivilege.java
@@ -24,8 +24,8 @@ import com.google.common.base.Preconditions;
 
 import java.util.List;
 
-// 用于表示用户对于某种资源的访问权限
-// 优于当前支持两种权限,所以当前使用简单的优先级标志比较完成
+// Indicates the access permission of a user to a resource
+// better than the current support for both permissions, so the current 
comparison is done using a simple priority flag
 public enum AccessPrivilege {
     READ_ONLY(1, "READ_ONLY"),
     READ_WRITE(2, "READ_WRITE"),

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to