소스 검색

import cleaning

Luke Taylor 16 년 전
부모
커밋
32dbb7e8bd
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      web/src/main/java/org/springframework/security/web/session/SessionAuthenticationStrategy.java

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