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