Polish CoWebFilter javadoc

This commit is contained in:
Sébastien Deleuze 2023-06-20 20:56:47 +02:00
parent 089503aab7
commit 26f006509f
1 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ import reactor.core.publisher.Mono
/** /**
* Kotlin-specific implementation of the [WebFilter] interface that allows for * Kotlin-specific implementation of the [WebFilter] interface that allows for
* using co-routines. * using coroutines.
* *
* @author Arjen Poutsma * @author Arjen Poutsma
* @since 6.0.5 * @since 6.0.5
@ -41,7 +41,7 @@ abstract class CoWebFilter : WebFilter {
/** /**
* Process the Web request and (optionally) delegate to the next * Process the Web request and (optionally) delegate to the next
* `WebFilter` through the given [WebFilterChain]. * [WebFilter] through the given [WebFilterChain].
* @param exchange the current server exchange * @param exchange the current server exchange
* @param chain provides a way to delegate to the next filter * @param chain provides a way to delegate to the next filter
*/ */
@ -50,7 +50,7 @@ abstract class CoWebFilter : WebFilter {
} }
/** /**
* Kotlin-specific adaption of [WebFilterChain] that allows for co-routines. * Kotlin-specific adaption of [WebFilterChain] that allows for coroutines.
* *
* @author Arjen Poutsma * @author Arjen Poutsma
* @since 6.0.5 * @since 6.0.5