Skip to content

Commit

Permalink
[MINOR] improvement: Remove the confusing comment (apache#3670)
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?
 Remove the confusing comment.

### Why are the changes needed?

Just a minor.

### Does this PR introduce _any_ user-facing change?

No need.

### How was this patch tested?
No need.

---------

Co-authored-by: Heng Qin <[email protected]>
  • Loading branch information
2 people authored and diqiu50 committed Jun 13, 2024
1 parent 842fc5e commit 9f92b10
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,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 adding, removing and getting 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.
*/
class UserGroupManager {

Expand Down

0 comments on commit 9f92b10

Please sign in to comment.