Java language level migrations

This commit is contained in:
Hamidreza Bayat
2020-03-27 19:20:30 +04:30
parent 16b57176b6
commit c4575a67d9
9 changed files with 14 additions and 24 deletions

View File

@@ -62,8 +62,7 @@ public class EngineServer implements ErrorHandler {
String arguments = prop.getProperty("arguments" + i, "");
configs[i] = new EngineConfig(enabled, port, filename, arguments);
}
} catch (IOException ignore) {
} catch (NumberFormatException ignore) {
} catch (IOException | NumberFormatException ignore) {
}
}