From 8d5f4c41e9cb07d91bcb396984df436a0db78815 Mon Sep 17 00:00:00 2001 From: Malith-19 Date: Sat, 2 Nov 2024 16:11:32 +0530 Subject: [PATCH] Update the doc string. --- .../identity/governance/IdentityGovernanceServiceImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/components/org.wso2.carbon.identity.governance/src/main/java/org/wso2/carbon/identity/governance/IdentityGovernanceServiceImpl.java b/components/org.wso2.carbon.identity.governance/src/main/java/org/wso2/carbon/identity/governance/IdentityGovernanceServiceImpl.java index 4649c0c59..ee67bdf26 100644 --- a/components/org.wso2.carbon.identity.governance/src/main/java/org/wso2/carbon/identity/governance/IdentityGovernanceServiceImpl.java +++ b/components/org.wso2.carbon.identity.governance/src/main/java/org/wso2/carbon/identity/governance/IdentityGovernanceServiceImpl.java @@ -416,6 +416,7 @@ private void updatePasswordRecoveryPropertyValues(Map configurat * This method updates the username recovery property values based on the new configurations. * * @param configurationDetails Updating configuration details of the resident identity provider. + * @param identityMgtProperties Identity management properties of the resident identity provider. */ private void updateUsernameRecoveryPropertyValues(Map configurationDetails, IdentityProviderProperty[] identityMgtProperties) {