File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
spring-webmvc/src/main/kotlin/org/springframework/web/servlet/function Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright 2002-2019 the original author or authors.
2+ * Copyright 2002-2023 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
@@ -25,7 +25,7 @@ import java.util.*
2525import java.util.function.Supplier
2626
2727/* *
28- * Allow to create easily a WebMvc.fn [RouterFunction] with a [Reactive router Kotlin DSL][RouterFunctionDsl].
28+ * Allow to create easily a WebMvc.fn [RouterFunction] with a [router Kotlin DSL][RouterFunctionDsl].
2929 *
3030 * Example:
3131 *
@@ -54,7 +54,7 @@ import java.util.function.Supplier
5454fun router (routes : (RouterFunctionDsl .() -> Unit )) = RouterFunctionDsl (routes).build()
5555
5656/* *
57- * Provide a WebMvc.fn [RouterFunction] Reactive Kotlin DSL created by [`router { }`][router] in order to be able to write idiomatic Kotlin code.
57+ * Provide a WebMvc.fn [RouterFunction] Kotlin DSL created by [`router { }`][router] in order to be able to write idiomatic Kotlin code.
5858 *
5959 * @author Sebastien Deleuze
6060 * @since 5.2
You can’t perform that action at this time.
0 commit comments