diff --git a/core/src/main/java/org/springframework/security/authentication/concurrent/ConcurrentSessionControllerImpl.java b/core/src/main/java/org/springframework/security/authentication/concurrent/ConcurrentSessionControllerImpl.java index 106552b46a..d22ca2baf9 100644 --- a/core/src/main/java/org/springframework/security/authentication/concurrent/ConcurrentSessionControllerImpl.java +++ b/core/src/main/java/org/springframework/security/authentication/concurrent/ConcurrentSessionControllerImpl.java @@ -59,7 +59,7 @@ public class ConcurrentSessionControllerImpl implements ConcurrentSessionControl * * @param sessionId the session ID of the present request * @param sessions either null or all unexpired sessions associated with the principal - * @param allowableSessions DOCUMENT ME! + * @param allowableSessions the number of concurrent sessions the user is allowed to have * @param registry an instance of the SessionRegistry for subclass use * * @throws ConcurrentLoginException if the