Skip to content

Commit a00eeb3

Browse files
Update core/src/main/java/com/scalar/db/api/AuthAdmin.java
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent a7d48c6 commit a00eeb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/scalar/db/api/AuthAdmin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ interface User {
404404
boolean isSuperuser();
405405
}
406406

407-
/** Represents a role. */
407+
/** Represents a role, including its granted member roles. */
408408
interface Role {
409409
/** Returns the role name. */
410410
String getName();

0 commit comments

Comments
 (0)