Skip to content

Commit

Permalink
fix checkstyle errer
Browse files Browse the repository at this point in the history
  • Loading branch information
Kappaccinoh committed Mar 28, 2024
1 parent c0e7493 commit 165bab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seedu/address/model/AddressBook.java
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public void setPerson(Person target, Person editedPerson) {
persons.setPerson(target, editedPerson);
}

/**
/**
* Replaces the given appointment {@code target} in the list with {@code editedAppointment}.
* {@code target} must exist in the address book.
* The appointment identity of {@code editedAppointment} must not be the same
Expand Down

0 comments on commit 165bab7

Please sign in to comment.