浏览代码

import cleaning

Luke Taylor 16 年之前
父节点
当前提交
32dbb7e8bd

+ 0 - 1
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.