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

Commit

Permalink
setter 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
ori0o0p committed Mar 3, 2024
1 parent 99bcb6d commit ac916c5
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ public void editProfile(File fileResponse) {
this.profile = fileResponse;
}

public void changePassword(String password) {
this.password = password;
}

public void update(String name, UserDetail detail) {
this.name = name;
this.detail = detail;
Expand Down

0 comments on commit ac916c5

Please sign in to comment.