Skip to content

Commit

Permalink
Update MessageService.java
Browse files Browse the repository at this point in the history
  • Loading branch information
nehbehl authored Nov 20, 2024
1 parent c5f722b commit 5a0b2a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import org.springframework.stereotype.Service;

import javax.annotation.PostConstruct;
import jakarta.annotation.PostConstruct;

@Service
public class MessageService {
Expand Down

0 comments on commit 5a0b2a1

Please sign in to comment.