Korrektur der writeData.
This commit is contained in:
parent
eeba57165b
commit
9663777e25
@ -219,7 +219,7 @@ public class Data {
|
|||||||
new File(pathWrite).createNewFile();
|
new File(pathWrite).createNewFile();
|
||||||
System.out.println("Die Datei "+ pathWrite+" wurde erfolgreich erstellt");
|
System.out.println("Die Datei "+ pathWrite+" wurde erfolgreich erstellt");
|
||||||
}else if(!scanner.nextLine().equals("N") && !scanner.nextLine().equals("Y")){
|
}else if(!scanner.nextLine().equals("N") && !scanner.nextLine().equals("Y")){
|
||||||
System.out.println("Es ist ein Fehler mit ihrer Antwort aufgetreten.");
|
System.out.println("Es ist ein Fehler mit ihrer Antwort aufgetreten!");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}catch(IOException e){
|
}catch(IOException e){
|
||||||
|
Loading…
Reference in New Issue
Block a user