Rimozione lista conti correnti inutile

This commit is contained in:
La Programmatrice Verde
2026-01-15 22:19:54 +01:00
parent d14071be53
commit 7e1ebd31c4
3 changed files with 5 additions and 19 deletions

View File

@@ -75,11 +75,6 @@ public class ScriviLeggiFile {
}
conti.add(mapper.readerFor(ContoCorrente.class).readValue(sb.toString()));
ArrayList<Integer> numeriContiCorrenti = (ArrayList<Integer>) ContoCorrente
.getNumeriContiCorrenti();
numeriContiCorrenti.add(conti.getLast().getNumeroContoCorrente());
ContoCorrente.setNumeriContiCorrenti(numeriContiCorrenti);
} catch (IOException _) {
System.out.println("Errore nella lettura del file di conto corrente.");
}