From 1602814cc055fa55e6207173a9dadd6c3017b9aa Mon Sep 17 00:00:00 2001 From: ifembanefo Date: Tue, 4 Apr 2023 11:02:31 +0200 Subject: [PATCH] =?UTF-8?q?ps.close();=20wieder=20hinzugef=C3=BCgt?= 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 insertion(+) diff --git a/2Semester/src/fakturierungssystem/UI.java b/2Semester/src/fakturierungssystem/UI.java index b7f5452..6582d5c 100644 --- a/2Semester/src/fakturierungssystem/UI.java +++ b/2Semester/src/fakturierungssystem/UI.java @@ -18,6 +18,7 @@ public class UI { String bank = sc.nextLine(); ps.write("Bankverbindung =" + quote + bank + quote + "\n"); System.out.println("Datei erfolgreich gespeichert"); + ps.close(); }