From 9b66929358d3e59ad2410814dac85ec64ab34d57 Mon Sep 17 00:00:00 2001 From: Eleftheria Stein Date: Mon, 12 Oct 2020 11:47:40 +0200 Subject: [PATCH] Remove unused import in sample --- .../springframework/security/samples/config/SecurityConfig.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/boot/kotlin-webflux/src/main/kotlin/org/springframework/security/samples/config/SecurityConfig.kt b/samples/boot/kotlin-webflux/src/main/kotlin/org/springframework/security/samples/config/SecurityConfig.kt index e3193c24c6..fcdb5fdcde 100644 --- a/samples/boot/kotlin-webflux/src/main/kotlin/org/springframework/security/samples/config/SecurityConfig.kt +++ b/samples/boot/kotlin-webflux/src/main/kotlin/org/springframework/security/samples/config/SecurityConfig.kt @@ -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