瀏覽代碼

Minor javadoc.

Luke Taylor 16 年之前
父節點
當前提交
e92aac225f

+ 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