Skip to content

Commit

Permalink
Update BookSuggestion.puml
Browse files Browse the repository at this point in the history
  • Loading branch information
ShapeLayer committed May 9, 2024
1 parent 53687d3 commit 0968829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BookSuggestion.puml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ BookSuggestionStorageController --- BookSuggestion : use
class BookSuggestionSubSystem {
+ {static} BookSuggestionManager bookSuggestionManager
+ {static} BookSuggestionStorageController bookSuggestionStorageController
+ List<BookSuggestionScheduler> bookSuggestionSchedulers
+ {static} List<BookSuggestionScheduler> bookSuggestionSchedulers
}

BookSuggestionSubSystem "1" o-- "1" BookSuggestionManager : contains
Expand Down

0 comments on commit 0968829

Please sign in to comment.