disabled crazy sleep loop

pull/1/head
Michael Peter Christen 10 years ago
parent 092d97d7ac
commit 2beb6abeb6

@ -809,6 +809,8 @@ public final class FileUtils {
}
}
if (path.exists()) path.delete();
/*
int c = 0;
while ( c++ < 20 ) {
if ( !path.exists() ) {
@ -826,6 +828,7 @@ public final class FileUtils {
break;
}
}
*/
if ( path.exists() ) {
path.deleteOnExit();
String p = "";

Loading…
Cancel
Save