Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
gWestenberger committed Apr 28, 2023
1 parent f49039c commit b24b78d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/org/opencms/monitor/CmsGroupListCache.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
/**
* Cache for users' groups and data derived from those groups, like role membership.
*
* <p>The cache can be either flushed completeley, or just for a single user id.
* <p>The cache can be either flushed completely, or just for a single user id.
* The data for a user must be flushed when their group membership changes.
*
*/
Expand Down Expand Up @@ -198,7 +198,7 @@ public void clearUser(CmsUUID idKey) {
* Gets the cached bare roles for the given user id, or null if none are cached.
*
* <p>These are just the roles of the user, but with no OU information.
* @param userId the user id
* @return the bare roles for the user
*/
Expand Down

0 comments on commit b24b78d

Please sign in to comment.