Open maze508 opened 7 months ago
Nice catch! This seems like a typo and does not affect the developer's understanding of the way that the undo command works. Hence, we recommend reducing the severity to VeryLow, as in the rest of the explanation and diagrams, the issue does not persist.
Team chose [severity.VeryLow
]
Originally [severity.Low
]
Reason for disagreement: [replace this with your explanation]
Details
The sequence diagram references 2 methods called
getCurrState
andrestoreState
which are actually calledgetCurrentModelState
andrestoreModelState
in code