Git Repository Public Repository

RRRRHHHH_Code

URLs

Copy to Clipboard

Diff Revisions e3043c ... vs b09f34 ... for ruralHouses/src/common/BookingInterface.java

Diff revisions: vs.
  @@ -13,7 +13,6 @@
13 13 public interface BookingInterface extends Remote {
14 14
15 15
16 - public int getNumber() throws RemoteException;
17 16
18 17
19 18 public void denyBooking(Booking b) throws RemoteException;