Skip to content

Commit

Permalink
fix: review comment 삭제 기능 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviarla committed Dec 30, 2023
1 parent d2e1b66 commit 9760444
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ public static ReviewComment create(
.build();
}

public void markDelete(final LocalDateTime now) {
this.markDelete(now);
}

public boolean isOwned(final long userId) {
return this.userId == userId;
}
Expand Down

0 comments on commit 9760444

Please sign in to comment.