Skip to content

Commit

Permalink
Omit data types in fav and unfav sequence diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
tsulim committed Apr 15, 2024
1 parent 76bfdb4 commit ef4157a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/diagrams/FavRefSequenceDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FavCommand -> FavCommand1 : createFavPerson(personToFav)
activate FavCommand
activate FavCommand1

FavCommand1 -> PersonUtil : createPersonWithFavouriteStatus(Person selectedPerson, Favourite favourite)
FavCommand1 -> PersonUtil : createPersonWithFavouriteStatus(selectedPerson, favourite)
activate PersonUtil

create Person
Expand Down
2 changes: 1 addition & 1 deletion docs/diagrams/UnfavRefSequenceDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ end box
UnfavCommand -> UnfavCommand1 : createUnfavPerson(personToUnfav)
activate UnfavCommand1

UnfavCommand1 -> PersonUtil : createPersonWithFavouriteStatus(Person selectedPerson, Favourite favourite)
UnfavCommand1 -> PersonUtil : createPersonWithFavouriteStatus(selectedPerson, favourite)
activate PersonUtil

create Person
Expand Down
Binary file modified docs/images/FavRefSequenceDiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/UnfavRefSequenceDiagram.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 ef4157a

Please sign in to comment.