for testing purpouses
[RRRRHHHH_Code] / ruralHouses / src / businessLogic / HouseManager.java
index 4cb6254..72d8285 100644 (file)
@@ -61,7 +61,6 @@ public class HouseManager implements HouseManagerInterface {
        @Override
        public Vector<RuralHouse> getAllRuralHouses() throws RemoteException,
                        Exception {
-               // TODO Auto-generated method stub
                return dbMngr.getAllRuralHouses();
        }