소스 검색

Javadoc update

Luke Taylor 16 년 전
부모
커밋
fdb7325cbc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/src/main/java/org/springframework/security/authentication/concurrent/ConcurrentSessionControllerImpl.java

+ 1 - 1
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 <code>null</code> 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 <code>SessionRegistry</code> for subclass use
      *
      * @throws ConcurrentLoginException if the