Skip to content

Commit

Permalink
Merge branch 'View-team' of https://github.com/qinxutan/tp into View-…
Browse files Browse the repository at this point in the history
…team

* 'View-team' of https://github.com/qinxutan/tp:

# Conflicts:
#	src/test/java/seedu/address/logic/commands/AddStudentCommandTest.java
  • Loading branch information
qinxutan committed Mar 28, 2024
2 parents f026945 + 5ddd766 commit 6dc621d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,6 @@ public ObservableList<Person> getFilteredPersonList() {
public ObservableList<ModuleCode> getFilteredModuleList() {
throw new AssertionError("This method should not be called.");
}

@Override
public ObservableList<Person> getSortedPersonList(Comparator<Person> comparator) {
throw new AssertionError("This method should not be called.");
}
Expand Down

0 comments on commit 6dc621d

Please sign in to comment.