removed throws

This commit is contained in:
Mark Rekveld
2017-07-10 17:18:22 +02:00
parent e6ec9d9aa3
commit 7c0a7a0dd0

View File

@@ -194,7 +194,7 @@ public class Engine implements FileFilter, AutoCloseable {
}
@Override
public void close() throws Exception {
public void close() {
cleanup();
}