Skip to content

Commit

Permalink
DG: Update Storage component class diagram to fix typos (se-edu#88)
Browse files Browse the repository at this point in the history
The class JsonSerializableAddressBookStorage and JsonSerializablePerson
in the Storage class diagram are wrongly named and do not exist.
Let's update the respective class names to JsonSerializableAddressBook
and JsonAdaptedPerson.
  • Loading branch information
JinHao-L authored Mar 30, 2021
1 parent 571faba commit f741ba4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/diagrams/StorageClassDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ StorageManager o--> AddressBookStorage

JsonUserPrefsStorage .left.|> UserPrefsStorage
JsonAddressBookStorage .left.|> AddressBookStorage
JsonAddressBookStorage .down.> JsonSerializableAddressBookStorage
JsonSerializableAddressBookStorage .right.> JsonSerializablePerson
JsonSerializablePerson .right.> JsonAdaptedTag
JsonAddressBookStorage .down.> JsonSerializableAddressBook
JsonSerializableAddressBook .right.> JsonAdaptedPerson
JsonAdaptedPerson .right.> JsonAdaptedTag
@enduml
Binary file modified docs/images/StorageClassDiagram.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 f741ba4

Please sign in to comment.