Skip to content

Commit 3fc1fb9

Browse files
committed
refactor(community): sonar 반영
- Boolean -> boolean
1 parent a036c0c commit 3fc1fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/somemore/community/domain/CommunityComment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public void replaceComment() {
5656
this.content = "삭제된 댓글입니다";
5757
}
5858

59-
public Boolean isDeleted() {
59+
public boolean isDeleted() {
6060
return this.getDeleted();
6161
}
6262
}

0 commit comments

Comments
 (0)