Skip to content

Commit

Permalink
Add payment command to filter payment status
Browse files Browse the repository at this point in the history
  • Loading branch information
zoebelle-pang committed Apr 3, 2024
1 parent 927ef2e commit 9d64094
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public CommandResult execute(Model model) throws CommandException {
String.format(MESSAGE_FILTER_ADDRESS_BOOK_SUCCESS + Messages.MESSAGE_PERSONS_LISTED_OVERVIEW,
model.getFilteredPersonList().size(), predicate.filterResult()));
}

@Override
public boolean equals(Object other) {
if (other == this) {
Expand Down

0 comments on commit 9d64094

Please sign in to comment.