Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brfrn169 committed Dec 23, 2024
1 parent d0fa05f commit 960cf2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/src/main/java/com/scalar/db/api/AbacAdmin.java
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ default void setLevelsToUser(
*
* @param policyName the policy name
* @param username the username
* @param compartmentShortName the short name of the compartment to set
* @param compartmentShortName the short name of the compartment
* @param accessMode the access mode
* @param defaultCompartment whether the compartment is the default compartment
* @param rowCompartment whether the compartment is the row compartment
Expand All @@ -268,7 +268,7 @@ default void addCompartmentToUser(
*
* @param policyName the policy name
* @param username the username
* @param compartmentShortName the short name of the compartment to remove
* @param compartmentShortName the short name of the compartment
* @throws ExecutionException if the operation fails
*/
default void removeCompartmentFromUser(
Expand All @@ -282,7 +282,7 @@ default void removeCompartmentFromUser(
*
* @param policyName the policy name
* @param username the username
* @param groupShortName the short name of the group to set
* @param groupShortName the short name of the group
* @param accessMode the access mode
* @param defaultGroup whether the group is the default group
* @param rowGroup whether the group is the row group
Expand All @@ -304,7 +304,7 @@ default void addGroupToUser(
*
* @param policyName the policy name
* @param username the username
* @param groupShortName the short name of the group to remove
* @param groupShortName the short name of the group
* @throws ExecutionException if the operation fails
*/
default void removeGroupFromUser(String policyName, String username, String groupShortName)
Expand Down

0 comments on commit 960cf2b

Please sign in to comment.