From 4b8455c83138ba1e896de423b15ac451fdcd1da3 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Thu, 6 Dec 2007 16:40:16 +0000 Subject: [PATCH] Tidying comments. --- .../security/ui/WebAuthenticationDetails.java | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/core/src/main/java/org/springframework/security/ui/WebAuthenticationDetails.java b/core/src/main/java/org/springframework/security/ui/WebAuthenticationDetails.java index 9a1566585b..5ac2120046 100644 --- a/core/src/main/java/org/springframework/security/ui/WebAuthenticationDetails.java +++ b/core/src/main/java/org/springframework/security/ui/WebAuthenticationDetails.java @@ -37,15 +37,11 @@ public class WebAuthenticationDetails implements SessionIdentifierAware, Seriali //~ Constructors =================================================================================================== -/** - * Constructor. - * - *

+ /** * NB: This constructor will cause a HttpSession to be created * (this is considered reasonable as all Spring Security authentication * requests rely on HttpSession to store the - * Authentication between requests - *

+ * Authentication between requests. * * @param request that the authentication request was received from */