Maybe one day we will want to set this null - it can start null, so it can become null

This commit is contained in:
md_5 2013-05-25 17:24:37 +10:00
parent 538beb33a6
commit 8b6b134662

View File

@ -51,13 +51,11 @@ public final class UserConnection implements ProxiedPlayer
@NonNull
private final String name;
@Getter
@NonNull
private final InitialHandler pendingConnection;
/*========================================================================*/
@Getter
@NonNull
@Setter
private ServerConnection server = null;
private ServerConnection server;
@Getter
private final Object switchMutex = new Object();
@Getter