ps.close gelöscht
parent
22155f7023
commit
b75b227d2c
|
@ -17,7 +17,6 @@ public class UI {
|
||||||
System.out.println("Bankverbindung: ");
|
System.out.println("Bankverbindung: ");
|
||||||
String bank = sc.nextLine();
|
String bank = sc.nextLine();
|
||||||
ps.write("Bankverbindung =" + quote + bank + quote + "\n");
|
ps.write("Bankverbindung =" + quote + bank + quote + "\n");
|
||||||
ps.close();
|
|
||||||
System.out.println("Datei erfolgreich gespeichert");
|
System.out.println("Datei erfolgreich gespeichert");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue