Skip to content

Commit 7d9c823

Browse files
committed
Delete unused imports
1 parent fe77c3d commit 7d9c823

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

spring-test/src/test/java/org/springframework/test/context/junit4/spr9051/AnnotatedConfigClassesWithoutAtConfigurationTests.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616

1717
package org.springframework.test.context.junit4.spr9051;
1818

19-
import static org.hamcrest.Matchers.*;
20-
import static org.hamcrest.Matchers.is;
2119
import static org.junit.Assert.*;
2220

2321
import java.util.Arrays;
@@ -32,7 +30,6 @@
3230
import org.springframework.test.context.ContextConfiguration;
3331
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
3432

35-
3633
/**
3734
* This set of tests refutes the claims made in
3835
* <a href="https://jira.springsource.org/browse/SPR-9051" target="_blank">SPR-9051</a>.
@@ -89,6 +86,7 @@ public LifecycleBean lifecycleBean() {
8986
@Autowired
9087
private LifecycleBean lifecycleBean;
9188

89+
9290
@Test
9391
public void testSPR_9051() throws Exception {
9492
assertNotNull(enigma);

0 commit comments

Comments
 (0)