Delete unused imports

This commit is contained in:
Sam Brannen
2012-10-27 17:32:18 +02:00
parent fe77c3d5fe
commit 7d9c823a15

View File

@@ -16,8 +16,6 @@
package org.springframework.test.context.junit4.spr9051;
import static org.hamcrest.Matchers.*;
import static org.hamcrest.Matchers.is;
import static org.junit.Assert.*;
import java.util.Arrays;
@@ -32,7 +30,6 @@ import org.springframework.context.annotation.Bean;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
/**
* This set of tests refutes the claims made in
* <a href="https://jira.springsource.org/browse/SPR-9051" target="_blank">SPR-9051</a>.
@@ -89,6 +86,7 @@ public class AnnotatedConfigClassesWithoutAtConfigurationTests {
@Autowired
private LifecycleBean lifecycleBean;
@Test
public void testSPR_9051() throws Exception {
assertNotNull(enigma);