Skip to content

Commit

Permalink
HHH-11982 : AbstractSharedSessionContract#getInterceptor should not c…
Browse files Browse the repository at this point in the history
…all checkTransactionSynchStatus()
  • Loading branch information
gbadner committed Sep 12, 2017
1 parent a9b0305 commit d7f7a1b
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -236,7 +236,6 @@ public SessionFactoryImplementor getFactory() {

@Override
public Interceptor getInterceptor() {
checkTransactionSynchStatus();
return interceptor;
}

Expand Down

0 comments on commit d7f7a1b

Please sign in to comment.