ps.close(); wieder hinzugefügt
parent
b75b227d2c
commit
1602814cc0
|
@ -18,6 +18,7 @@ public class UI {
|
||||||
String bank = sc.nextLine();
|
String bank = sc.nextLine();
|
||||||
ps.write("Bankverbindung =" + quote + bank + quote + "\n");
|
ps.write("Bankverbindung =" + quote + bank + quote + "\n");
|
||||||
System.out.println("Datei erfolgreich gespeichert");
|
System.out.println("Datei erfolgreich gespeichert");
|
||||||
|
ps.close();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue