From 32dbb7e8bdbb74b095a5383383cc7eb9141d9d1b Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Tue, 1 Sep 2009 16:41:53 +0000 Subject: [PATCH] import cleaning --- .../security/web/session/SessionAuthenticationStrategy.java | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/main/java/org/springframework/security/web/session/SessionAuthenticationStrategy.java b/web/src/main/java/org/springframework/security/web/session/SessionAuthenticationStrategy.java index aadc3d57c9..e7972f034f 100644 --- a/web/src/main/java/org/springframework/security/web/session/SessionAuthenticationStrategy.java +++ b/web/src/main/java/org/springframework/security/web/session/SessionAuthenticationStrategy.java @@ -4,7 +4,6 @@ import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.springframework.security.core.Authentication; -import org.springframework.security.core.AuthenticationException; /** * Allows pluggable support for HttpSession-related behaviour when an authentication occurs.