Skip to content

Commit

Permalink
Merge pull request #288 from sethteo/update-dg
Browse files Browse the repository at this point in the history
Update filter sequence diagram
  • Loading branch information
sethteo authored Apr 14, 2024
2 parents 01c4305 + a1d7c0a commit a3daf8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/diagrams/FilterSequenceDiagram_2.puml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ group sd Logic for updateFilteredMeetingList()
deactivate Model

create MeetingList
FilterCommand -> MeetingList
FilterCommand -> MeetingList : new ArrayList()
activate MeetingList

MeetingList -> FilterCommand
MeetingList --> FilterCommand
deactivate MeetingList


Expand All @@ -36,7 +36,7 @@ group sd Logic for updateFilteredMeetingList()
activate MeetingList
end

MeetingList -> FilterCommand :
MeetingList --> FilterCommand :
deactivate MeetingList


Expand Down
Binary file modified docs/images/FilterSequenceDiagram_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a3daf8e

Please sign in to comment.