Open StanleyNeoh opened 1 year ago
Based on the above code here from LogicManager.java. the Command#execute(Model) method takes in a Model instance.
LogicManager.java
Command#execute(Model)
Model
However, the following diagram shows no Model argument being shown here.
More specifically this particular call.
This can be confusing to the developer reading the developer guide.
Your response not required for this bug as the team has accepted the bug as it is.
Based on the above code here from
LogicManager.java
. theCommand#execute(Model)
method takes in aModel
instance.However, the following diagram shows no
Model
argument being shown here.More specifically this particular call.
This can be confusing to the developer reading the developer guide.