Skip to content

Commit

Permalink
Add the correct util 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 23a276e
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.isSCIM2UserEndpointMaximumItemsPerPageEnabled()) {
count = validateCountParameter(count);
}

Expand Down

0 comments on commit 23a276e

Please sign in to comment.