Open Originalidk opened 11 months ago
In the filter command section of the DG, the UML class diagram shows that FilterCommandParser inherits from Parser, suggesting that Parser is an interface. However, the diagram does not label Parser as an interface which is inaccurate.
FilterCommandParser
Parser
Your response not required for this bug as the team has accepted the bug as it is.
In the filter command section of the DG, the UML class diagram shows that
FilterCommandParser
inherits fromParser
, suggesting thatParser
is an interface. However, the diagram does not labelParser
as an interface which is inaccurate.