We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72ff037 commit 0479af9Copy full SHA for 0479af9
1 file changed
src/main/java/org/com/stocknote/domain/post/controller/PostController.java
@@ -32,9 +32,7 @@
32
public class PostController {
33
34
private final PostService postService;
35
- private final KeywordNotificationService keywordNotificationService;
36
private final SearchDocService searchDocService;
37
-// private final KeywordNotificationService keywordNotificationService;
38
private final KeywordNotificationElasticService keywordNotificationElasticService;
39
40
@Transactional
0 commit comments