We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0962bf3 commit 21fa168Copy full SHA for 21fa168
src/main/java/seedu/address/model/event/UniqueEventList.java
@@ -9,7 +9,6 @@
9
import javafx.collections.ObservableList;
10
import seedu.address.model.event.exceptions.DuplicateEventException;
11
import seedu.address.model.event.exceptions.EventNotFoundException;
12
-import seedu.address.model.person.UniquePersonList;
13
14
/**
15
* A list of events that enforces uniqueness between its elements and does not allow nulls.
0 commit comments