Skip to content

Commit

Permalink
Change method name.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpmadhavig committed Mar 25, 2024
1 parent 6f8a80c commit 5a2419a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ public Response getUser(@HeaderParam(SCIMProviderConstants.ACCEPT_HEADER) String
}

// Validates the count parameter if exists.
if (count != null && IdentityUtil.isSCIM2UserEndpointPaginationEnabled()) {
if (count != null && IdentityUtil.isSCIM2UserMaxItemsPerPageEnabled()) {
count = validateCountParameter(count);
}

Expand Down

0 comments on commit 5a2419a

Please sign in to comment.