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 @NonNull
private final String name; private final String name;
@Getter @Getter
@NonNull
private final InitialHandler pendingConnection; private final InitialHandler pendingConnection;
/*========================================================================*/ /*========================================================================*/
@Getter @Getter
@NonNull
@Setter @Setter
private ServerConnection server = null; private ServerConnection server;
@Getter @Getter
private final Object switchMutex = new Object(); private final Object switchMutex = new Object();
@Getter @Getter