Skip to content

Commit

Permalink
Update activation bar
Browse files Browse the repository at this point in the history
  • Loading branch information
rxchell committed Nov 12, 2024
1 parent 4d1d6d0 commit 98f15be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/diagrams/EntityCommandSequenceDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,13 @@ activate XYZCommand
note right of XYZCommand: XYZCommand = \nFindEntityCommand, \nAddEntityCommand, \nDeleteEntityCommand, \nEditEntityCommand, \nClearEntityCommand, \nListEntityCommand

XYZCommand --> CommandParser
deactivate XYZCommand

CommandParser --> AddressBookParser
deactivate CommandParser
'Hidden arrow to position the destroy marker below the end of the activation bar.
CommandParser -[hidden]-> AddressBookParser
destroy CommandParser
deactivate XYZCommand

AddressBookParser --> LogicManager : e
deactivate AddressBookParser
Expand Down

0 comments on commit 98f15be

Please sign in to comment.