mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-12-09 23:52:41 +01:00
Java language level migrations
This commit is contained in:
@@ -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) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user