Skip to content

Commit

Permalink
style: delete unused methods in Family
Browse files Browse the repository at this point in the history
  • Loading branch information
Ji-soo708 committed Jun 26, 2024
1 parent 7fbba9d commit f228ed3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions family/src/main/java/com/oing/domain/Family.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,6 @@ public void subtractNewPostScore() {
subtractScore(NEW_POST_SCORE);
}

public void addAllFamilyMembersPostsUploadedScore() {
addScore(ALL_FAMILY_MEMBERS_POSTS_UPLOADED_SCORE);
}

public void subtractAllFamilyMembersPostsUploadedScore() {
subtractScore(ALL_FAMILY_MEMBERS_POSTS_UPLOADED_SCORE);
}

public void addNewCommentScore() {
addScore(NEW_COMMENT_SCORE);
}
Expand Down

0 comments on commit f228ed3

Please sign in to comment.