Skip to content

Commit

Permalink
Merge branch 'payment_command'
Browse files Browse the repository at this point in the history
  • Loading branch information
zoebelle-pang committed Apr 3, 2024
2 parents ccc4ed3 + 9d64094 commit 971765a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +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 971765a

Please sign in to comment.