Replace Reactive awaitSingle() usages by the Mono variant
Closes gh-31127
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
package org.springframework.r2dbc.core
|
||||
|
||||
import kotlinx.coroutines.reactive.awaitSingle
|
||||
import kotlinx.coroutines.reactor.awaitSingle
|
||||
|
||||
/**
|
||||
* Coroutines variant of [UpdatedRowsFetchSpec.rowsUpdated].
|
||||
|
||||
Reference in New Issue
Block a user