se-edu/addressbook-level3

Missing association from LogicManager to Storage in Logic class diagram

Closed this issue · 1 comments

w2vgd commented

Hi, as per the code from the LogicManager class, there should be an association from LogicManager to Storage in the class diagram for the Logic component.

public class LogicManager implements Logic {
    private final Model model;
    private final Storage storage;
    private final AddressBookParser addressBookParser;
    ...
}

However, the current class diagram is missing this association:
image

Thanks for the bug report @w2vgd