From 06e092d46a1291bcb26b34e3c05afada1edeaf9e Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Tue, 15 Dec 2009 15:39:01 +0000 Subject: [PATCH] Midor Javadoc correction. --- .../web/context/HttpSessionSecurityContextRepository.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/main/java/org/springframework/security/web/context/HttpSessionSecurityContextRepository.java b/web/src/main/java/org/springframework/security/web/context/HttpSessionSecurityContextRepository.java index 43b6450ee0..bd9395fbec 100644 --- a/web/src/main/java/org/springframework/security/web/context/HttpSessionSecurityContextRepository.java +++ b/web/src/main/java/org/springframework/security/web/context/HttpSessionSecurityContextRepository.java @@ -257,7 +257,7 @@ public class HttpSessionSecurityContextRepository implements SecurityContextRepo } /** - * If set to true (the default), a new session will be created if to store the security context if it is determined + * If set to true (the default), a new session will be created to store the security context if it is determined * that it's contents are different from the default. * * @param allowSessionCreation