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