mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-12-09 23:52:41 +01:00
Fix Android Studio warnings in EngineServer
This commit is contained in:
@@ -29,8 +29,8 @@ import java.util.Properties;
|
||||
|
||||
/** Manages starting and stopping PortListeners. */
|
||||
public class EngineServer implements ErrorHandler {
|
||||
private EngineConfig[] configs;
|
||||
private PortListener[] portListeners;
|
||||
private final EngineConfig[] configs;
|
||||
private final PortListener[] portListeners;
|
||||
private MainWindow window;
|
||||
|
||||
private EngineServer(int numEngines) {
|
||||
|
||||
Reference in New Issue
Block a user