From 18fef571c3d85b7ae4f2547e47fb89026130c976 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Mon, 24 Mar 2008 22:44:42 +0000 Subject: [PATCH] Import cleaning. --- .../aopalliance/MethodSecurityInterceptorWithAopConfigTests.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/test/java/org/springframework/security/intercept/method/aopalliance/MethodSecurityInterceptorWithAopConfigTests.java b/core/src/test/java/org/springframework/security/intercept/method/aopalliance/MethodSecurityInterceptorWithAopConfigTests.java index fd6f51b5ce..fadae5d4c9 100644 --- a/core/src/test/java/org/springframework/security/intercept/method/aopalliance/MethodSecurityInterceptorWithAopConfigTests.java +++ b/core/src/test/java/org/springframework/security/intercept/method/aopalliance/MethodSecurityInterceptorWithAopConfigTests.java @@ -3,7 +3,6 @@ package org.springframework.security.intercept.method.aopalliance; import org.junit.After; import org.junit.Test; import org.springframework.context.support.AbstractXmlApplicationContext; -import org.springframework.security.AccessDeniedException; import org.springframework.security.AuthenticationCredentialsNotFoundException; import org.springframework.security.ITargetObject; import org.springframework.security.util.InMemoryXmlApplicationContext;