Skip to content

Commit

Permalink
Update DG
Browse files Browse the repository at this point in the history
  • Loading branch information
kngys committed Nov 7, 2024
1 parent 5abeb10 commit 45ec15f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ This section describes some noteworthy details on how certain features are imple

The add transaction mechanism is facilitated by the creation of a new `Person` with the updated transaction list,
followed by replacing the target `Person` in the Model with the newly created person by calling `Model#setPerson(Person, Person))`.
`Model#updateFilteredList()` is then called to update the person list to contain all people, including the newly replaced Person.

The following sequence diagram shows an example execution of command `addt 1 ...`.

Expand Down

0 comments on commit 45ec15f

Please sign in to comment.