Skip to content

Commit e73861b

Browse files
authored
Merge pull request AY2425S1-CS2103T-W10-4#269 from Jianwen0451/Update-DG-Image-Load
Update the sequence diagrams and fix a few typos
2 parents ec17762 + 08fa461 commit e73861b

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
@@ -361,7 +361,7 @@ The following sequence diagram illustrate how an archive operation is processed
361361
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.
362362
![Load](images/Load.png)
363363

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

366366
![LoadSequenceDiagram](images/LoadSequenceDiagram-Logic.png)
367367

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)