mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-06 10:42:33 +00:00
Tidying comments.
This commit is contained in:
parent
4c6e41af7d
commit
4b8455c831
@ -37,15 +37,11 @@ public class WebAuthenticationDetails implements SessionIdentifierAware, Seriali
|
|||||||
|
|
||||||
//~ Constructors ===================================================================================================
|
//~ Constructors ===================================================================================================
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor.
|
|
||||||
*
|
|
||||||
* <p>
|
|
||||||
* NB: This constructor will cause a <code>HttpSession</code> to be created
|
* NB: This constructor will cause a <code>HttpSession</code> to be created
|
||||||
* (this is considered reasonable as all Spring Security authentication
|
* (this is considered reasonable as all Spring Security authentication
|
||||||
* requests rely on <code>HttpSession</code> to store the
|
* requests rely on <code>HttpSession</code> to store the
|
||||||
* <code>Authentication</code> between requests
|
* <code>Authentication</code> between requests.
|
||||||
* </p>
|
|
||||||
*
|
*
|
||||||
* @param request that the authentication request was received from
|
* @param request that the authentication request was received from
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user