Skip to content

Commit

Permalink
missing final
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Gorzala committed Mar 31, 2024
1 parent 6dce7f0 commit 56f50fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class CheckAndSendService {

private final UserInfoAdapter userInfoAdapter;

private ApplicationEventPublisher applicationEventPublisher;
private final ApplicationEventPublisher applicationEventPublisher;

@Transactional
public void checkAndSend(String dancerId) {
Expand Down

0 comments on commit 56f50fd

Please sign in to comment.