Skip to content

Commit

Permalink
Fix checkstyle issues
Browse files Browse the repository at this point in the history
  • Loading branch information
sadilchamishka committed Oct 25, 2023
1 parent 0946c30 commit cdfeac6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ public static String getUserManagedOrganizationClaim(AbstractUserStoreManager us
public static Optional<String> getUserIdOfAssociatedUserByOrgId(String associatedUserId, String orgId)
throws OrganizationManagementException {

UserAssociation userAssociation = OrganizationUserSharingDataHolder.getInstance().getOrganizationUserSharingService()
UserAssociation userAssociation = OrganizationUserSharingDataHolder.getInstance()
.getOrganizationUserSharingService()
.getUserAssociationOfAssociatedUserByOrgId(associatedUserId, orgId);
if (userAssociation == null) {
return Optional.empty();
Expand Down

0 comments on commit cdfeac6

Please sign in to comment.