Skip to content

Commit 9b66929

Browse files
committed
Remove unused import in sample
1 parent d69032a commit 9b66929

File tree

1 file changed

+0
-1
lines changed
  • samples/boot/kotlin-webflux/src/main/kotlin/org/springframework/security/samples/config

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
package org.springframework.security.samples.config
1818

1919
import org.springframework.context.annotation.Bean
20-
import org.springframework.security.config.Customizer
2120
import org.springframework.security.config.annotation.web.reactive.EnableWebFluxSecurity
2221
import org.springframework.security.config.web.server.ServerHttpSecurity
2322
import org.springframework.security.config.web.server.invoke

0 commit comments

Comments
 (0)