This commit is contained in:
wing328
2015-11-30 10:53:31 +08:00
parent aadc07396d
commit 96003a1e90
2 changed files with 17 additions and 2 deletions

View File

@@ -112,7 +112,7 @@ public class OnlineGeneratorOptionsTest {
try {
FileUtils.deleteDirectory(dir);
} catch (Exception e) { // directory can't be delete for some reasons
} catch (Exception e) { // directory can't be deleted for some reasons
e.printStackTrace();
}
for (InvocationCounter option : options.values()) {