minor changes
[RRRRHHHH_Code] / ruralHouses / src / businessLogic / AccountManager.java
index 626038f..ab418c9 100644 (file)
@@ -49,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;