From 4f99c9f281406514f1c012323ee930fcc49ae3e7 Mon Sep 17 00:00:00 2001 From: dark Date: Fri, 20 Dec 2019 14:16:19 +0900 Subject: [PATCH] Remove unused import statement See gh-19410 --- .../org/springframework/boot/SpringApplicationExtensions.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/spring-boot-project/spring-boot/src/main/kotlin/org/springframework/boot/SpringApplicationExtensions.kt b/spring-boot-project/spring-boot/src/main/kotlin/org/springframework/boot/SpringApplicationExtensions.kt index 70528b47e49..8a1269d06bb 100644 --- a/spring-boot-project/spring-boot/src/main/kotlin/org/springframework/boot/SpringApplicationExtensions.kt +++ b/spring-boot-project/spring-boot/src/main/kotlin/org/springframework/boot/SpringApplicationExtensions.kt @@ -18,8 +18,6 @@ package org.springframework.boot import org.springframework.context.ConfigurableApplicationContext -import kotlin.reflect.KClass - /** * Top level function acting as a Kotlin shortcut allowing to write * `runApplication(arg1, arg2)` instead of