Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
ararchch committed Mar 28, 2024
1 parent e20a156 commit 7029d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seedu/address/ui/AppointmentCard.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ public AppointmentCard(Appointment appt, int displayedIndex) {
doctorNric.setText(appointment.getDoctorNric().nric);
patientNric.setText(appointment.getPatientNric().nric);
appointmentDate.setText(appointment.getAppointmentDate().toString());
// appointmentId.setText(appointment.getAppointmentId().appointmentId);
//appointmentId.setText(appointment.getAppointmentId().appointmentId);
}
}

0 comments on commit 7029d72

Please sign in to comment.