Skip to content

Commit a1284f0

Browse files
authored
Remove hardcoded year 2023 in the anniversary date task description for Booking Up For Beauty Exercise (#2772)
1 parent ebfb3ed commit a1284f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/booking-up-for-beauty/.docs/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ Implement the `AppointmentScheduler.getAnniversaryDate()` method that returns th
4949
```java
5050
AppointmentScheduler scheduler = new AppointmentScheduler();
5151
scheduler.getAnniversaryDate()
52-
// => LocalDate.of(2023, 9, 15)
52+
// => LocalDate.of(<current year>, 9, 15)
5353
```

0 commit comments

Comments
 (0)