Skip to content

Commit

Permalink
Remove 1 line
Browse files Browse the repository at this point in the history
  • Loading branch information
owenyeo committed Nov 13, 2023
1 parent fc04f0a commit 9e6d7df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file modified bin/test/seedu/address/logic/parser/AddCommandParserTest.class
Binary file not shown.
1 change: 0 additions & 1 deletion docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ to call `AddressBookParser#parseCommand()` method, which then calls `EditUserCom
- The `EditUserCommand` is then passed up to `LogicManager`.
- `LogicManager#execute(editUserCommand)` is called, which then calls `Model#getUser()`. A new `User` object is created with existing user information and incoming data from the `EditUserDescriptor`.
- `Model#setUser(editedUser)` is then called to save the updated user into `Model`.
- `Model` then updates `Storage`, allowing users to save data across sessions.

<img src="images/EditUserSequenceDiagram.png" width="1000" />

Expand Down

0 comments on commit 9e6d7df

Please sign in to comment.