Skip to content

Commit a40a4e4

Browse files
authored
Merge pull request #58 from nehbehl/patch-46
Update MessageListService.java
2 parents f81dec5 + 060e606 commit a40a4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

udacity-jwdnd-c1-l3-connecting-controllers-2-master/src/main/java/com/example/mvc_basics/MessageListService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import org.springframework.stereotype.Service;
44

5-
import javax.annotation.PostConstruct;
5+
import jakarta.annotation.PostConstruct;
66
import java.util.ArrayList;
77
import java.util.List;
88

0 commit comments

Comments
 (0)