Minor update.

This commit is contained in:
Doublestrike
2012-03-04 06:04:31 +00:00
parent 58390e41ff
commit bc10620117

View File

@@ -106,7 +106,7 @@ public enum FModel {
final boolean deleteSucceeded = logFile.delete();
if (logFile.exists() && !deleteSucceeded && (logFile.length() != 0)) {
// throw new IllegalStateException("Could not delete existing logFile:" + logFile.getAbsolutePath());
throw new IllegalStateException("Could not delete existing logFile:" + logFile.getAbsolutePath());
}
try {