Skip to content

Commit 76cd45e

Browse files
committed
Fix checkstyle violation: remove unused import
1 parent 5c43a5b commit 76cd45e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-boot/src/test/java/org/springframework/boot/SpringApplicationTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
5454
import org.springframework.context.annotation.AnnotationConfigUtils;
5555
import org.springframework.context.annotation.Bean;
56-
import org.springframework.context.annotation.ComponentScan;
5756
import org.springframework.context.annotation.Configuration;
5857
import org.springframework.context.event.ContextRefreshedEvent;
5958
import org.springframework.context.event.SimpleApplicationEventMulticaster;

0 commit comments

Comments
 (0)