Skip to content

Commit

Permalink
Merge pull request #60 from nehbehl/patch-48
Browse files Browse the repository at this point in the history
Update MessageService.java
  • Loading branch information
SudKul authored Nov 21, 2024
2 parents 6b915b4 + e2f0da0 commit e698bb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import com.udacity.jwdnd.c1.review.model.ChatMessage;
import org.springframework.stereotype.Service;

import javax.annotation.PostConstruct;
import jakarta.annotation.PostConstruct;
import java.util.ArrayList;
import java.util.List;

Expand Down

0 comments on commit e698bb9

Please sign in to comment.