From 5d20f57fa82355d191fe42e6958ff399df457f0e Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Sat, 2 Jul 2011 20:33:53 +0100 Subject: [PATCH] Import cleaning. --- .../method/InterceptMethodsBeanDefinitionDecoratorTests.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/src/test/java/org/springframework/security/config/method/InterceptMethodsBeanDefinitionDecoratorTests.java b/config/src/test/java/org/springframework/security/config/method/InterceptMethodsBeanDefinitionDecoratorTests.java index 979a73fe13..1a7e02b3a2 100644 --- a/config/src/test/java/org/springframework/security/config/method/InterceptMethodsBeanDefinitionDecoratorTests.java +++ b/config/src/test/java/org/springframework/security/config/method/InterceptMethodsBeanDefinitionDecoratorTests.java @@ -4,14 +4,12 @@ import static org.junit.Assert.*; import org.junit.*; import org.junit.runner.RunWith; -import org.springframework.aop.framework.Advised; import org.springframework.beans.BeansException; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Qualifier; import org.springframework.context.ApplicationContext; import org.springframework.context.ApplicationContextAware; import org.springframework.context.ApplicationListener; -import org.springframework.context.support.ClassPathXmlApplicationContext; import org.springframework.security.access.AccessDeniedException; import org.springframework.security.authentication.AuthenticationCredentialsNotFoundException; import org.springframework.security.authentication.TestingAuthenticationToken;