From 18e74e7d3ffce41599a673969ca4cc4361696263 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Sun, 16 Nov 2008 00:03:42 +0000 Subject: [PATCH] Import cleaning. --- .../SecuredAnnotationDrivenBeanDefinitionParserTests.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/src/test/java/org/springframework/security/config/SecuredAnnotationDrivenBeanDefinitionParserTests.java b/core/src/test/java/org/springframework/security/config/SecuredAnnotationDrivenBeanDefinitionParserTests.java index b32e9e1ae8..5b3d9e5da9 100644 --- a/core/src/test/java/org/springframework/security/config/SecuredAnnotationDrivenBeanDefinitionParserTests.java +++ b/core/src/test/java/org/springframework/security/config/SecuredAnnotationDrivenBeanDefinitionParserTests.java @@ -5,8 +5,6 @@ import org.junit.Before; import org.junit.Test; import org.springframework.security.AccessDeniedException; import org.springframework.security.AuthenticationCredentialsNotFoundException; -import org.springframework.security.GrantedAuthority; -import org.springframework.security.GrantedAuthorityImpl; import org.springframework.security.annotation.BusinessService; import org.springframework.security.context.SecurityContextHolder; import org.springframework.security.providers.UsernamePasswordAuthenticationToken;