Suppress Kotlin code sample warnings
This commit is contained in:
@@ -21,6 +21,7 @@ import org.springframework.web.filter.reactive.UrlHandlerFilter
|
||||
|
||||
class UrlHandlerFilterConfiguration {
|
||||
|
||||
@Suppress("UNUSED_VARIABLE")
|
||||
fun configureUrlHandlerFilter() {
|
||||
// tag::config[]
|
||||
val urlHandlerFilter = UrlHandlerFilter
|
||||
|
||||
@@ -21,6 +21,7 @@ import org.springframework.web.filter.UrlHandlerFilter
|
||||
|
||||
class UrlHandlerFilterConfiguration {
|
||||
|
||||
@Suppress("UNUSED_VARIABLE")
|
||||
fun configureUrlHandlerFilter() {
|
||||
// tag::config[]
|
||||
val urlHandlerFilter = UrlHandlerFilter
|
||||
|
||||
Reference in New Issue
Block a user