From bc53945d89f92fdd79b706c0a0321dc6b98b3ea9 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Wed, 22 Jul 2015 12:44:34 -0500 Subject: [PATCH] Remove unused import in WithSecurityContextTestExecutionListenerTests --- .../support/WithSecurityContextTestExcecutionListenerTests.java | 1 - 1 file changed, 1 deletion(-) diff --git a/test/src/test/java/org/springframework/security/test/context/support/WithSecurityContextTestExcecutionListenerTests.java b/test/src/test/java/org/springframework/security/test/context/support/WithSecurityContextTestExcecutionListenerTests.java index c22de98c42..d52731d52e 100644 --- a/test/src/test/java/org/springframework/security/test/context/support/WithSecurityContextTestExcecutionListenerTests.java +++ b/test/src/test/java/org/springframework/security/test/context/support/WithSecurityContextTestExcecutionListenerTests.java @@ -29,7 +29,6 @@ import org.springframework.context.ConfigurableApplicationContext; import org.springframework.context.annotation.AnnotationConfigApplicationContext; import org.springframework.context.annotation.Configuration; import org.springframework.security.test.context.TestSecurityContextHolder; -import org.springframework.test.AssertThrows; import org.springframework.test.context.TestContext; import org.springframework.util.ReflectionUtils;