Minor javadoc.

This commit is contained in:
Luke Taylor 2009-06-15 13:53:56 +00:00
parent db3f08cce4
commit e92aac225f

View File

@ -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