ps.close(); wieder hinzugefügt

master
ifembanefo 2023-04-04 11:02:31 +02:00
parent b75b227d2c
commit 1602814cc0
1 changed files with 1 additions and 0 deletions

View File

@ -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();
}