DeleteHouses bug debugged
[RRRRHHHH_Code] / ruralHouses / src / businessLogic / HouseManagerInterface.java
index ee528cc..35670d9 100644 (file)
@@ -21,7 +21,7 @@ public interface HouseManagerInterface {
        // String description, String town, int nRooms, int nKitchens,
        // int nBaths, int nLivings, int nParkings);
 
-       public void removeHouse(RuralHouse rh);
+       public void removeHouse(RuralHouse rh, Owner owner);
 
 
        /**