File tree 1 file changed +3
-3
lines changed
spring-webmvc/src/main/kotlin/org/springframework/web/servlet/function
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2019 the original author or authors.
2
+ * Copyright 2002-2023 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -25,7 +25,7 @@ import java.util.*
25
25
import java.util.function.Supplier
26
26
27
27
/* *
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].
29
29
*
30
30
* Example:
31
31
*
@@ -54,7 +54,7 @@ import java.util.function.Supplier
54
54
fun router (routes : (RouterFunctionDsl .() -> Unit )) = RouterFunctionDsl (routes).build()
55
55
56
56
/* *
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.
58
58
*
59
59
* @author Sebastien Deleuze
60
60
* @since 5.2
You can’t perform that action at this time.
0 commit comments