Skip to content

Commit

Permalink
Improve comment formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaura committed Jun 3, 2024
1 parent 862a2e6 commit ef9a286
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1451,8 +1451,7 @@ private UsersGetResponse filterUsersBySingleAttribute(ExpressionNode node, Map<S
// Get total users based on the filter query without depending on pagination params.
if (SCIMCommonUtils.isGroupBasedUserFilteringImprovementsEnabled() &&
(isJDBCUSerStore(domainName) || isAllConfiguredUserStoresJDBC())) {
// Get the total user count by the filter query.
// This is only implemented for JDBC userstores.
// Get the total user count by the filter query. This is only implemented for JDBC userstores.
totalResults += getUserCountByAttribute(node, 1, maxLimit, sortBy, sortOrder, domainName);
} else {
totalResults += filterUsers(node, 1, maxLimit, sortBy, sortOrder, domainName).size();
Expand Down

0 comments on commit ef9a286

Please sign in to comment.