From e339138caeb0038ab22ec7d3aa7f7b5dd76bcd18 Mon Sep 17 00:00:00 2001 From: wynonaK <35650845+wynonaK@users.noreply.github.com> Date: Fri, 30 Mar 2018 16:45:00 +0800 Subject: [PATCH] Removed unused import. --- .../seedu/address/model/appointment/UniqueAppointmentList.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/seedu/address/model/appointment/UniqueAppointmentList.java b/src/main/java/seedu/address/model/appointment/UniqueAppointmentList.java index 552652bead16..95cc113bfedf 100644 --- a/src/main/java/seedu/address/model/appointment/UniqueAppointmentList.java +++ b/src/main/java/seedu/address/model/appointment/UniqueAppointmentList.java @@ -8,7 +8,6 @@ import javafx.collections.FXCollections; import javafx.collections.ObservableList; -import seedu.address.commons.exceptions.DuplicateDataException; import seedu.address.model.appointment.exceptions.AppointmentNotFoundException; import seedu.address.model.appointment.exceptions.DuplicateAppointmentException; import seedu.address.model.appointment.exceptions.DuplicateDateTimeException;