Skip to content

Commit

Permalink
Remove hardcoded year 2023 in the anniversary date task description f…
Browse files Browse the repository at this point in the history
…or Booking Up For Beauty Exercise (#2772)
  • Loading branch information
rkabhishek authored Apr 4, 2024
1 parent ebfb3ed commit a1284f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ Implement the `AppointmentScheduler.getAnniversaryDate()` method that returns th
```java
AppointmentScheduler scheduler = new AppointmentScheduler();
scheduler.getAnniversaryDate()
// => LocalDate.of(2023, 9, 15)
// => LocalDate.of(<current year>, 9, 15)
```

0 comments on commit a1284f0

Please sign in to comment.