Skip to content

Commit

Permalink
fix 笔误
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyueyi committed Jun 26, 2023
1 parent d238ef7 commit 662ad49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public static void registryAfterCompletionOrImmediatelyRun(Runnable runnable) {
TransactionSynchronizationManager.registerSynchronization(new TransactionSynchronization() {
@Override
public void afterCompletion(int status) {
TransactionSynchronization.super.afterCommit();
TransactionSynchronization.super.afterCompletion(status);
runnable.run();
}
});
Expand Down

0 comments on commit 662ad49

Please sign in to comment.