Skip to content

Commit

Permalink
Fix checkstyle for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jovyntls committed Oct 20, 2021
1 parent e7ae2e8 commit 035b509
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,11 @@ public ObservableList<Reminder> getFilteredReminderList() {
throw new AssertionError("This method should not be called.");
}

@Override
public void updateFilteredReminderList(Predicate<Reminder> predicate) {
throw new AssertionError("This method should not be called.");
}

@Override
public boolean hasReminder(Reminder reminder) {
throw new AssertionError("This method should not be called.");
Expand Down

0 comments on commit 035b509

Please sign in to comment.