Skip to content

Commit 73b7d97

Browse files
author
Heng Qin
committed
fix
1 parent 99a5d85 commit 73b7d97

File tree

1 file changed

+1
-1
lines changed
  • api/src/main/java/com/datastrato/gravitino/authorization

1 file changed

+1
-1
lines changed

api/src/main/java/com/datastrato/gravitino/authorization/Privilege.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ enum Name {
7171
MANAGE_USER(1L << 22),
7272
/** The privilege to manage groups, including add,remove and get a group. */
7373
MANAGE_GROUP(1L << 23),
74-
/** The privilege to manage roles, including create,drop and get a role. */
74+
/** The privilege to manage roles, including create,delete and get a role. */
7575
MANAGE_ROLE(1L << 24),
7676
/** The privilege to grant a role to users or groups. */
7777
GRANT_ROLE(1L << 25),

0 commit comments

Comments
 (0)