소스 검색

Minor javadoc.

Luke Taylor 16 년 전
부모
커밋
e92aac225f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/src/main/java/org/springframework/security/web/context/HttpSessionSecurityContextRepository.java

+ 1 - 1
web/src/main/java/org/springframework/security/web/context/HttpSessionSecurityContextRepository.java

@@ -70,7 +70,7 @@ public class HttpSessionSecurityContextRepository implements SecurityContextRepo
     private AuthenticationTrustResolver authenticationTrustResolver = new AuthenticationTrustResolverImpl();
 
     /**
-     * Gets the security context from the session (if available) and returns it.
+     * Gets the security context for the current request (if available) and returns it.
      * <p>
      * If the session is null, the context object is null or the context object stored in the session
      * is not an instance of <tt>SecurityContext</tt>, a new context object will be generated and