Git Repository Public Repository

RRRRHHHH_Code

URLs

Copy to Clipboard

Diff Revisions c92b61 ... vs d30bcc ... for ruralHouses/src/common/HouseInterface.java

Diff revisions: vs.
  @@ -23,8 +23,7 @@
23 23 *
24 24 * @return a Set of rural houses
25 25 */
26 - public Vector<RuralHouse> getAllRuralHouses()throws RemoteException,
27 - Exception, RemoteException;
26 +
28 27
29 28 public boolean registerNewHouse(RuralHouse rh)throws RemoteException;
30 29