Polishing

This commit is contained in:
Sebastien Deleuze 2017-02-01 11:00:50 +01:00
parent 52e87cb425
commit 2c94ee2043
1 changed files with 0 additions and 3 deletions

View File

@ -37,6 +37,3 @@ fun <T : Any> ClientResponse.bodyToFlux(type: KClass<T>) : Flux<T> = bodyToFlux(
* @since 5.0
*/
inline fun <reified T : Any> ClientResponse.bodyToFlux() = bodyToFlux(T::class.java)