Polishing
This commit is contained in:
parent
52e87cb425
commit
2c94ee2043
|
@ -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)
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue