Skip to content

Commit c280ad6

Browse files
committed
CLAP-195 HotFix: deleteComment 인터페이스 추가
1 parent dbd6f5c commit c280ad6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/clap/server/application/port/outbound/task/CommandCommentPort.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@
55
public interface CommandCommentPort {
66

77
Comment saveComment(Comment comment);
8+
9+
void deleteComment(Comment comment);
810
}

0 commit comments

Comments
 (0)