mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-07-30 10:47:33 +02:00
Missing synchronization access to the username
This commit is contained in:
@ -52,7 +52,7 @@ public abstract class LoginSession {
|
|||||||
return requestUsername;
|
return requestUsername;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getUsername() {
|
public synchronized String getUsername() {
|
||||||
return username;
|
return username;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user