minor changes
[RRRRHHHH_Code] / ruralHouses / src / businessLogic / AccountManager.java
index d86cb48..ab418c9 100644 (file)
@@ -6,6 +6,7 @@ import java.rmi.server.UnicastRemoteObject;
 import javax.mail.MessagingException;
 
 import common.AccountInterface;
+
 import dataAccess.DB4oManager;
 import domain.Account;
 import domain.Administrator;
@@ -48,7 +49,6 @@ public class AccountManager extends UnicastRemoteObject implements AccountInterf
                        if(this.dbMngr.removeAccount(own.getOwners().get(index)))
                                return true;
                } catch (Exception e) {
-                       // TODO Auto-generated catch block
                        e.printStackTrace();
                }
                return false;