diff --git a/2Semester/src/fakturierungssystem/UI.java b/2Semester/src/fakturierungssystem/UI.java index 6523f52..b7f5452 100644 --- a/2Semester/src/fakturierungssystem/UI.java +++ b/2Semester/src/fakturierungssystem/UI.java @@ -17,7 +17,6 @@ public class UI { System.out.println("Bankverbindung: "); String bank = sc.nextLine(); ps.write("Bankverbindung =" + quote + bank + quote + "\n"); - ps.close(); System.out.println("Datei erfolgreich gespeichert"); }