Remove unused import statement

See gh-19410
This commit is contained in:
dark 2019-12-20 14:16:19 +09:00 committed by Stephane Nicoll
parent 92aae91482
commit 4f99c9f281
1 changed files with 0 additions and 2 deletions

View File

@ -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<FooApplication>(arg1, arg2)` instead of