Skip to content

Commit

Permalink
Complete a Kotlin code snippet in the refdoc
Browse files Browse the repository at this point in the history
Closes gh-32877
  • Loading branch information
Attacktive authored and sdeleuze committed May 23, 2024
1 parent 31f298b commit 73eb6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework-docs/modules/ROOT/pages/web/webflux/config.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ Kotlin::
class WebConfig : WebFluxConfigurer {
override fun configureHttpMessageCodecs(configurer: ServerCodecConfigurer) {
// ...
configurer.defaultCodecs().maxInMemorySize(512 * 1024)
}
}
----
Expand Down

0 comments on commit 73eb6f0

Please sign in to comment.