Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachin-Mamoru authored Nov 26, 2024
1 parent c0ac3af commit ddc31b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ private String getRegexViolationErrorMsg(UsernameValidationRequestDTO user, Stri
/*
* If the user domain is not specified in the username and the realm property is specified in the request,
* the realm property will be used. This will resolve the user domain for secondary user stores.
* Otherwise, the user domain will be primary user store.
* Otherwise, user domain will be primary user store.
*/
if (StringUtils.isNotEmpty(realm)) {
userDomain = realm;
Expand Down

0 comments on commit ddc31b6

Please sign in to comment.