Git Repository Public Repository

RRRRHHHH_Code

URLs

Copy to Clipboard

Diff Revisions ad3773 ... vs e90cb4 ... for ruralHouses/src/common/AccountInterface.java

Diff revisions: vs.
  @@ -10,5 +10,5 @@
10 10
11 11 public boolean addAccount(int index) throws RemoteException;
12 12
13 - public boolean removeAccount(Account ac) throws RemoteException;
13 + public boolean removeAccount(int index) throws RemoteException;
14 14 }