Skip to content

Commit

Permalink
feat: dev 브랜치 병합 과정서 잘못 반영된 내역 삭제(#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
Minjae-An committed May 12, 2024
1 parent 0050746 commit f6ed1c5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions be/src/main/java/yeonba/be/user/entity/User.java
Original file line number Diff line number Diff line change
Expand Up @@ -138,13 +138,6 @@ public User(
this.deleted = false;
}

public void validateSameUser(User user) {

if (!this.equals(user)) {
throw new IllegalArgumentException("동일한 사용자가 아닙니다.");
}
}

public void validateNotSameUser(User user) {

if (this.equals(user)) {
Expand Down

0 comments on commit f6ed1c5

Please sign in to comment.