Skip to content

Commit

Permalink
use constants
Browse files Browse the repository at this point in the history
  • Loading branch information
bseber committed Feb 28, 2024
1 parent 67dd00b commit 511eecd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class WorkTimeServiceImpl implements WorkingTimeService {

private final WorkingTimeRepository repository;
private final UserManagementService userManagementService;
private FederalStateSettingsService federalStateSettingsService;
private final FederalStateSettingsService federalStateSettingsService;
private final Clock clock;

WorkTimeServiceImpl(WorkingTimeRepository repository, UserManagementService userManagementService,
Expand Down

0 comments on commit 511eecd

Please sign in to comment.