Skip to content

Commit

Permalink
Break the loop once the locale attribute validation is performed
Browse files Browse the repository at this point in the history
  • Loading branch information
pavinduLakshan committed Dec 5, 2024
1 parent 06c1403 commit 47fe829
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,8 @@ public static AbstractSCIMObject validateUpdatedSCIMObject(AbstractSCIMObject ol
throw new BadRequestException
("Provided locale value " + localeAttributeValue + " is invalid");
}

break;
}
}

Expand Down

0 comments on commit 47fe829

Please sign in to comment.