Skip to content

Commit 08fa461

Browse files
committed
Update the sequence diagrams and fix a few typos
1 parent e6e7180 commit 08fa461

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

docs/DeveloperGuide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ The following sequence diagram illustrate how an archive operation is processed
357357
In this scenario, the user is trying to load the address book from a file named `archiveFile1.json`. He enters the command `load pa/archiveFile1.json`. The data in the current working address book will be discarded. The data in `archiveFile1.json` will be loaded into the working address book.
358358
![Load](images/Load.png)
359359

360-
The following sequence diagram illustrate how an archive operation is processed under `Logic` component.
360+
The following sequence diagram illustrate how a load operation is processed under `Logic` component.
361361

362362
![LoadSequenceDiagram](images/LoadSequenceDiagram-Logic.png)
363363

docs/diagrams/LoadSequenceDiagram-Logic.puml

-6
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,6 @@ deactivate LoadCommand
3232
AddressBookParser --> LogicManager : u
3333
deactivate AddressBookParser
3434

35-
LogicManager -> "Storage" : saveArchivedAddressBook()
36-
activate "Storage"
37-
38-
"Storage" --> LogicManager :
39-
deactivate "Storage"
40-
4135
LogicManager -> LoadCommand : execute()
4236
activate LoadCommand
4337

-3.67 KB
Loading

0 commit comments

Comments
 (0)