Skip to content

Commit

Permalink
Add override annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
mpbrown committed Dec 26, 2024
1 parent 1598985 commit c3ecb82
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -688,6 +688,7 @@ private Integer getUsersCountInOktaGroup(String groupName) {
}
}

@Override
public Integer getUsersCountInSingleFacility(Facility facility) {
String facilityAccessGroupName =
generateFacilityGroupName(
Expand Down

0 comments on commit c3ecb82

Please sign in to comment.