Skip to content

Commit

Permalink
Update ModelClassDiagram.puml
Browse files Browse the repository at this point in the history
  • Loading branch information
sarjinius committed Mar 22, 2024
1 parent 4cd9825 commit 5de672b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/diagrams/ModelClassDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ UserPrefs .up.|> ReadOnlyUserPrefs

AddressBook *--> "1" UniquePersonList
UniquePersonList --> "~* all" Person
Person *--> Name
Person *--> Phone
Person *--> Email
Person *--> Address
Person *--> "1" Name
Person *--> "1" Phone
Person *--> "1" Email
Person *--> "1" Address
Person *--> "*" Tag

Person -[hidden]up--> I
Expand Down

0 comments on commit 5de672b

Please sign in to comment.