Browse Source

Remove unused import in sample

pull/8765/head
Eleftheria Stein 5 years ago
parent
commit
9b66929358
  1. 1
      samples/boot/kotlin-webflux/src/main/kotlin/org/springframework/security/samples/config/SecurityConfig.kt

1
samples/boot/kotlin-webflux/src/main/kotlin/org/springframework/security/samples/config/SecurityConfig.kt

@ -17,7 +17,6 @@ @@ -17,7 +17,6 @@
package org.springframework.security.samples.config
import org.springframework.context.annotation.Bean
import org.springframework.security.config.Customizer
import org.springframework.security.config.annotation.web.reactive.EnableWebFluxSecurity
import org.springframework.security.config.web.server.ServerHttpSecurity
import org.springframework.security.config.web.server.invoke

Loading…
Cancel
Save