Skip to content

Commit 4656562

Browse files
authored
Import DateTimeFormatter in AppointmentScheduler
Added import for DateTimeFormatter to format date and time.
1 parent 9f5b52d commit 4656562

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

exercises/concept/booking-up-for-beauty/src/main/java/AppointmentScheduler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import java.time.LocalDate;
22
import java.time.LocalDateTime;
3+
import java.time.format.DateTimeFormatter;
34

45
class AppointmentScheduler {
56
public LocalDateTime schedule(String appointmentDateDescription) {

0 commit comments

Comments
 (0)