Open 0-yibai opened 6 months ago
The UML for addHouse includes a method call addHouse(house), whereas in the actual code the method addHouse has two parameters: model.addHouse(houseToAdd, sellerToAddTo);
addHouse(house)
model.addHouse(houseToAdd, sellerToAddTo);
Your response not required for this bug as the team has accepted the bug as it is.
The UML for addHouse includes a method call
addHouse(house)
, whereas in the actual code the method addHouse has two parameters:model.addHouse(houseToAdd, sellerToAddTo);