Add remove methods to SessionRegistry #238
@@ -82,7 +82,7 @@ public class UserRegistry {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Removes a user from the internals of the registry.
|
* Removes a user from the internals of the registry.
|
||||||
*
|
*
|
||||||
* @param user the user to remove
|
* @param user the user to remove
|
||||||
*/
|
*/
|
||||||
private synchronized void remove(User user) {
|
private synchronized void remove(User user) {
|
||||||
|
|||||||
Reference in New Issue
Block a user