Browse Source

Merge branch '2.2.x'

Closes gh-19428
pull/19437/head
Stephane Nicoll 6 years ago
parent
commit
bd179393ea
  1. 2
      spring-boot-project/spring-boot/src/main/kotlin/org/springframework/boot/SpringApplicationExtensions.kt

2
spring-boot-project/spring-boot/src/main/kotlin/org/springframework/boot/SpringApplicationExtensions.kt

@ -18,8 +18,6 @@ package org.springframework.boot @@ -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

Loading…
Cancel
Save