mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2026-01-25 16:42:32 +01: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