From b75b227d2c39353cfcec32e6ffff516ac67139ae Mon Sep 17 00:00:00 2001 From: irist Date: Tue, 4 Apr 2023 11:00:01 +0200 Subject: [PATCH] =?UTF-8?q?ps.close=20gel=C3=B6scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2Semester/src/fakturierungssystem/UI.java | 1 - 1 file changed, 1 deletion(-) 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"); }