Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #58 from FinFellows/develop
Browse files Browse the repository at this point in the history
[HOTFIX]: 중복 method 제거
  • Loading branch information
sejineer authored Jan 7, 2024
2 parents ea9d754 + 5436dab commit 8e93b44
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,4 @@ public void updateContent(String title, String content) {
this.content = content;
}

public void updateContent(String title, String content) {
this.title = title;
this.content = content;
}

}

0 comments on commit 8e93b44

Please sign in to comment.