Replace Reactive awaitSingle() usages by the Mono variant

Closes gh-31127
This commit is contained in:
Sébastien Deleuze
2023-08-29 09:49:44 +02:00
parent af03fa7657
commit bcf11e8919
10 changed files with 10 additions and 10 deletions

View File

@@ -17,7 +17,7 @@
package org.springframework.web.server
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.reactive.awaitSingle
import kotlinx.coroutines.reactor.awaitSingle
import kotlinx.coroutines.reactor.mono
import org.springframework.http.codec.multipart.Part
import org.springframework.util.MultiValueMap