Commit 4dc3b88
committed
[hibernate#2381] Fix chaining in ReactiveEmbeddableInitializerImpl#reactiveResolveInstance
The code was using .thenAccept instead of .thenCompose1 parent 8731fcb commit 4dc3b88
File tree
1 file changed
+1
-1
lines changed- hibernate-reactive-core/src/main/java/org/hibernate/reactive/sql/results/graph/embeddable/internal
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
0 commit comments