File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
spring-web/src/main/kotlin/org/springframework/web/server Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020dependencies {
2121 checkstyle " io.spring.javaformat:spring-javaformat-checkstyle:${ javaFormatVersion} "
2222 implementation " org.jetbrains.kotlin:kotlin-gradle-plugin:${ kotlinVersion} "
23- implementation " org.jetbrains.dokka:dokka-gradle-plugin:2.0.0 "
23+ implementation " org.jetbrains.dokka:dokka-gradle-plugin:2.1.0-Beta "
2424 implementation " com.tngtech.archunit:archunit:1.4.1"
2525 implementation " org.gradle:test-retry-gradle-plugin:1.6.2"
2626 implementation " io.spring.javaformat:spring-javaformat-gradle-plugin:${ javaFormatVersion} "
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ abstract class CoWebFilter : WebFilter {
5757
5858 /* *
5959 * Name of the [ServerWebExchange] attribute that contains the
60- * [kotlin.coroutines.CoroutineContext] to be passed to the
61- * [ org.springframework.web.reactive.result.method.InvocableHandlerMethod] .
60+ * [kotlin.coroutines.CoroutineContext] to be passed to
61+ * ` org.springframework.web.reactive.result.method.InvocableHandlerMethod` .
6262 */
6363 @JvmField
6464 val COROUTINE_CONTEXT_ATTRIBUTE = CoWebFilter ::class .java.getName() + " .context"
You can’t perform that action at this time.
0 commit comments