Merge branch '5.1.x'

This commit is contained in:
Sebastien Deleuze
2019-02-17 10:39:15 +01:00
2 changed files with 16 additions and 3 deletions

View File

@@ -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) : (
}
}
}
}