forked from TuxCoding/FastLogin
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