Account adding and deleting fixed
[RRRRHHHH_Code] / ruralHouses / src / common / AccountInterface.java
index 8e48aeb..67e02d4 100644 (file)
@@ -2,6 +2,7 @@ package common;
 
 import java.rmi.Remote;
 import java.rmi.RemoteException;
+
 import domain.Account;
 
 public interface AccountInterface extends Remote{