Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
in-seo committed Nov 25, 2022
1 parent 9d809a1 commit 00721cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions SouP/src/main/java/Matching/SouP/domain/user/User.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ public User(String name, String email, String picture, String origin, Role role)
this.nickName = name;
}

protected User() {
}
protected User() {}

public User update(String name, String picture){
this.name =name;
Expand Down

0 comments on commit 00721cf

Please sign in to comment.