Git Repository Public Repository

RRRRHHHH_Code

URLs

Copy to Clipboard

Diff Revisions 4bc36b ... vs 85d983 ... for ruralHouses client/src/gui/listOfRemovalRequestsGUI.java

Diff revisions: vs.
  @@ -109,11 +109,11 @@
109 109 am.removeHouseDeletionRequests(rh);
110 110 am.saveInstance();
111 111 } catch (RemoteException e1) {
112 - // TODO Auto-generated catch block
113 112 e1.printStackTrace();
114 113 }
115 114 ((DefaultTableModel) table.getModel()).removeRow(houses
116 115 .indexOf(rh));
116 + houses.remove(rh);
117 117
118 118 }
119 119 }