forked from 2211945/WIZARD_PR2_DOP
Änderungen in Persistenz
parent
330548712e
commit
89e0020191
|
@ -14,9 +14,9 @@ public class Persistenz {
|
||||||
|
|
||||||
final static String FILE_NAME = "WIZARD_DATA_";
|
final static String FILE_NAME = "WIZARD_DATA_";
|
||||||
|
|
||||||
public static boolean sindDatenVorhanden(String name){
|
public static boolean sindDatenVorhanden(String name) {
|
||||||
File f = new File(FILE_NAME + name + ".ser");
|
File f = new File(FILE_NAME + name + ".ser");
|
||||||
if(f.exists()){
|
if (f.exists()) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue