mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Add missing closing parenthesis in WebFlux config reference example
Closes gh-37163 Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
This commit is contained in:
@@ -454,7 +454,7 @@ Kotlin::
|
||||
|
||||
override fun configureViewResolvers(registry: ViewResolverRegistry) {
|
||||
val resolver: ViewResolver = ...
|
||||
registry.viewResolver(resolver
|
||||
registry.viewResolver(resolver)
|
||||
}
|
||||
}
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user