X-Git-Url: https://xp-dev.com/git/RRRRHHHH_Code/blobdiff_plain/556478a94f9a53c804a0da4723760be64d5ad5aa..e90cb4313afcb055dc132e18d8f41b9f71370eb2:/ruralHouses/src/common/AccountInterface.java diff --git a/ruralHouses/src/common/AccountInterface.java b/ruralHouses/src/common/AccountInterface.java index 67e02d4..5de6948 100644 --- a/ruralHouses/src/common/AccountInterface.java +++ b/ruralHouses/src/common/AccountInterface.java @@ -10,5 +10,5 @@ public interface AccountInterface extends Remote{ public boolean addAccount(int index) throws RemoteException; - public boolean removeAccount(Account ac) throws RemoteException; + public boolean removeAccount(int index) throws RemoteException; }