Skip to content

Commit

Permalink
task: Remove unused method declaration [TECH-1677]
Browse files Browse the repository at this point in the history
  • Loading branch information
muilpp committed Dec 21, 2023
1 parent 9d95f86 commit a991290
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,7 @@ private List<Enrollment> getEnrollments(
Iterable<Enrollment> enrollments,
EnrollmentParams params,
boolean includeDeleted,
OrganisationUnitSelectionMode orgUnitMode)
throws ForbiddenException {
OrganisationUnitSelectionMode orgUnitMode) {
List<Enrollment> enrollmentList = new ArrayList<>();
User user = currentUserService.getCurrentUser();

Expand Down

0 comments on commit a991290

Please sign in to comment.