Skip to content

Commit

Permalink
Edit command supports grade parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
willowisp01 committed Mar 12, 2024
1 parent e15757b commit 53d31d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public EditPersonDescriptor(EditPersonDescriptor toCopy) {
* Returns true if at least one field is edited.
*/
public boolean isAnyFieldEdited() {
return CollectionUtil.isAnyNonNull(name, phone, email, address, tags);
return CollectionUtil.isAnyNonNull(name, phone, email, address, grade, tags);
}

public void setName(Name name) {
Expand Down

0 comments on commit 53d31d8

Please sign in to comment.