Skip to content
This repository was archived by the owner on Dec 12, 2018. It is now read-only.

Commit bd3e2a7

Browse files
author
Mario
committed
1123 - Removed unused imports
1 parent 64d860b commit bd3e2a7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

extensions/spring/stormpath-spring-security-webmvc/src/main/java/com/stormpath/spring/config/StormpathSecurityConfigurerAdapter.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,9 @@
3535
import org.springframework.beans.factory.annotation.Value;
3636
import org.springframework.context.ApplicationContext;
3737
import org.springframework.security.authentication.AuthenticationManager;
38-
import org.springframework.security.config.annotation.SecurityConfigurerAdapter;
3938
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
40-
import org.springframework.security.config.annotation.web.configurers.AbstractHttpConfigurer;
4139
import org.springframework.security.config.annotation.web.configurers.LogoutConfigurer;
4240
import org.springframework.security.web.AuthenticationEntryPoint;
43-
import org.springframework.security.web.DefaultSecurityFilterChain;
4441
import org.springframework.security.web.authentication.AuthenticationFailureHandler;
4542
import org.springframework.security.web.authentication.AuthenticationSuccessHandler;
4643
import org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter;

0 commit comments

Comments
 (0)