Git Repository Public Repository

RRRRHHHH_Code

URLs

Copy to Clipboard

Diff Revisions 4bc36b ... vs 34bf26 ... for ruralHouses/src/businessLogic/AccountManager.java

Diff revisions: vs.
  @@ -49,7 +49,6 @@
49 49 if(this.dbMngr.removeAccount(own.getOwners().get(index)))
50 50 return true;
51 51 } catch (Exception e) {
52 - // TODO Auto-generated catch block
53 52 e.printStackTrace();
54 53 }
55 54 return false;