Skip to content

Commit b5605af

Browse files
committed
Merge branch 'add-auth-role-to-admin-interface' of github.com:scalar-labs/scalardb into add-auth-role-to-admin-interface
2 parents 1432493 + 7d3075c commit b5605af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,7 @@ interface Role {
406406
String getName();
407407
}
408408

409+
/** Represents a role with its hierarchy information. */
409410
interface RoleDetail {
410411
Role getRole();
411412

0 commit comments

Comments
 (0)