Skip to content

Commit fffa7e2

Browse files
committed
fix
1 parent 4d2b604 commit fffa7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-reactive-core/src/main/java/org/hibernate/reactive/session/impl/ReactiveSessionImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ private void threadCheck() {
189189
}
190190

191191
@Override
192-
protected StatefulPersistenceContext createPersistenceContext() {
192+
protected PersistenceContext createPersistenceContext() {
193193
return new ReactivePersistenceContextAdapter( this );
194194
}
195195

0 commit comments

Comments
 (0)