소스 검색

Remove unused import in sample

Eleftheria Stein 4 년 전
부모
커밋
9b66929358
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      samples/boot/kotlin-webflux/src/main/kotlin/org/springframework/security/samples/config/SecurityConfig.kt

+ 0 - 1
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