Git Repository Public Repository

RRRRHHHH_Code

URLs

Copy to Clipboard

Diff Revisions 578bec ... vs 25898b ... for ruralHouses client/src/common/AccountInterface.java

Diff revisions: vs.
  @@ -4,7 +4,6 @@
4 4 import java.rmi.RemoteException;
5 5
6 6 import domain.Account;
7 - import domain.Owner;
8 7
9 8 public interface AccountInterface extends Remote{
10 9