1
0
mirror of synced 2026-07-27 05:25:14 +00:00

Tidying comments.

This commit is contained in:
Luke Taylor
2007-12-06 16:40:16 +00:00
parent 4c6e41af7d
commit 4b8455c831
@@ -37,15 +37,11 @@ public class WebAuthenticationDetails implements SessionIdentifierAware, Seriali
//~ Constructors ===================================================================================================
/**
* Constructor.
*
* <p>
/**
* NB: This constructor will cause a <code>HttpSession</code> to be created
* (this is considered reasonable as all Spring Security authentication
* requests rely on <code>HttpSession</code> to store the
* <code>Authentication</code> between requests
* </p>
* <code>Authentication</code> between requests.
*
* @param request that the authentication request was received from
*/