Skip to content

Commit

Permalink
Fix javadoc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
KD23243 committed Sep 15, 2024
1 parent ca3a39b commit cd6ffab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ public String getUsernameByClaims(Map<String, String> claims, String tenantDomai
*
* @param claims List of UserClaims
* @param tenantDomain Tenant domain
* @return Username (Return null if there are no users).
* @return resultedUserList (Returns an empty list if there are no users).
* @throws IdentityRecoveryException Error while retrieving the users list.
*/
public ArrayList<org.wso2.carbon.user.core.common.User> getUserListByClaims(Map<String, String> claims, String tenantDomain)
Expand Down

0 comments on commit cd6ffab

Please sign in to comment.