From 41d5fb40599620ad4bce7495050ee32ee32b3574 Mon Sep 17 00:00:00 2001 From: dhaura Date: Wed, 3 Apr 2024 13:46:33 +0530 Subject: [PATCH] Fix formatting issues. --- .../identity/scim2/common/impl/SCIMUserManager.java | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/components/org.wso2.carbon.identity.scim2.common/src/main/java/org/wso2/carbon/identity/scim2/common/impl/SCIMUserManager.java b/components/org.wso2.carbon.identity.scim2.common/src/main/java/org/wso2/carbon/identity/scim2/common/impl/SCIMUserManager.java index 2b31550a..52331d4d 100644 --- a/components/org.wso2.carbon.identity.scim2.common/src/main/java/org/wso2/carbon/identity/scim2/common/impl/SCIMUserManager.java +++ b/components/org.wso2.carbon.identity.scim2.common/src/main/java/org/wso2/carbon/identity/scim2/common/impl/SCIMUserManager.java @@ -1475,10 +1475,11 @@ private UsersGetResponse filterUsersBySingleAttribute(ExpressionNode node, Map filterUsers(Node node, int of * @param node Expression or Operation node. * @param domainName Domain name. * @return User count for the filtered group. - * @throws CharonException Error while filtering the users. + * @throws CharonException Error while filtering the users. * @throws BadRequestException Exception occurred due to a bad request. */ private int getUserCountByGroup(Node node, String domainName) @@ -1766,7 +1767,7 @@ private int getUserCountByGroup(Node node, String domainName) } private int getUserCountForGroup(List groupNames) throws - org.wso2.carbon.user.core.UserStoreException { + org.wso2.carbon.user.core.UserStoreException { int count = 0; if (groupNames != null) {