debugging
[RRRRHHHH_Code] / ruralHouses / src / businessLogic / HouseManager.java
index cd3f11e..aca30dc 100644 (file)
@@ -57,7 +57,7 @@ public class HouseManager extends UnicastRemoteObject implements HouseInterface
        public Vector<RuralHouse> getHouses(String name,String town, int nBed, int nKit,
                        int nBath, int nPark, int nLiv) {
 
-               return this.dbMngr.getRuralHouses(name ,town, nBed, nKit, nBath, nPark, nLiv);
+               return this.dbMngr.getRuralHouses( name ,town, nBed, nKit, nBath, nPark, nLiv);
        }
 
        @Override