Browse Source

Fix a typo in RouterFunctionDsl Javadoc

Closes gh-22419
pull/22522/head
Ryan Scheidter 7 years ago committed by Sebastien Deleuze
parent
commit
6e7c3f2893
  1. 4
      spring-webflux/src/main/kotlin/org/springframework/web/reactive/function/server/RouterFunctionDsl.kt

4
spring-webflux/src/main/kotlin/org/springframework/web/reactive/function/server/RouterFunctionDsl.kt

@ -26,7 +26,7 @@ import java.net.URI @@ -26,7 +26,7 @@ import java.net.URI
/**
* Allow to create easily a `RouterFunction<ServerResponse>` from a Kotlin router DSL based
* on the same building blocks than the Java one ([RouterFunction], [RequestPredicate],
* on the same building blocks as the Java one ([RouterFunction], [RequestPredicate],
* [HandlerFunction]).
*
* Example:
@ -554,4 +554,4 @@ open class RouterFunctionDsl(private val init: RouterFunctionDsl.() -> Unit) : ( @@ -554,4 +554,4 @@ open class RouterFunctionDsl(private val init: RouterFunctionDsl.() -> Unit) : (
}
}
}
}

Loading…
Cancel
Save