Skip to content

Commit

Permalink
fix: 잘못된 merge 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
seunghye218 committed Aug 6, 2024
1 parent 2cc23e0 commit 948acf2
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ public AvailableDate(LocalDate date, Meeting meeting) {
this.meeting = meeting;
}

public boolean isBefore(LocalDate other) {
return date.isBefore(other);
}

public boolean isSameDate(LocalDate other) {
return date.equals(other);
}
Expand Down

0 comments on commit 948acf2

Please sign in to comment.