Skip to content

Commit 68e46c2

Browse files
committed
Remove unnecessary reification from Kotlin R2DBC extensions.
This allows calling the extensions from generic code that has erased types. Original pull request #1496
1 parent dca880c commit 68e46c2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

spring-data-r2dbc/src/main/kotlin/org/springframework/data/r2dbc/core/ReactiveInsertOperationExtensions.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import kotlinx.coroutines.reactive.awaitSingle
2121
* Extensions for [ReactiveInsertOperation].
2222
*
2323
* @author Mark Paluch
24+
* @author Oleg Oshmyan
2425
* @since 1.1
2526
*/
2627

spring-data-r2dbc/src/main/kotlin/org/springframework/data/r2dbc/core/ReactiveSelectOperationExtensions.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import kotlinx.coroutines.reactive.awaitSingle
2424
* Extensions for [ReactiveSelectOperation].
2525
*
2626
* @author Mark Paluch
27+
* @author Oleg Oshmyan
2728
* @since 1.1
2829
*/
2930

0 commit comments

Comments
 (0)