Skip to content

Commit

Permalink
[MINOR] improvement: Remove confusing the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Heng Qin committed May 30, 2024
1 parent ac28836 commit 0fcf1c7
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@
import org.slf4j.LoggerFactory;

/**
* UserGroupManager is used for add, remove and get users or roles from one metalake.
* UserGroupManager doesn't manage users or groups, just sets up the relationship between the
* metalake and the user or group. Metalake is like a concept of the organization. `AddUser` or
* `AddGroup` means that a role or user enters an organization.
* UserGroupManager is used for add, remove and get users or groups from one metalake. Metalake is
* like a concept of the organization. `AddUser` or `AddGroup` means that a user or group enters an
* organization.
*/
public class UserGroupManager {

Expand Down

0 comments on commit 0fcf1c7

Please sign in to comment.