merging
This commit is contained in:
@@ -40,7 +40,8 @@ public class ServerConnectionHandler extends ConnectionHandler implements Runnab
|
||||
|
||||
public ServerConnectionHandler(NetworkHandler.NetworkConnection<String> connection,
|
||||
Map<String,ServerConnectionHandler> registry, ReentrantLock mutex, Condition nameComplete) {
|
||||
super(connection);
|
||||
super();
|
||||
setConnection(connection);
|
||||
Objects.requireNonNull(connection, "Connection must not be null");
|
||||
Objects.requireNonNull(registry, "Registry must not be null");
|
||||
this.connectionRegistry = registry;
|
||||
|
||||
Reference in New Issue
Block a user