Skip to content

Commit

Permalink
Refactor GlobalClockTransactionHook
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Sep 20, 2024
1 parent 2cc05b5 commit 4e83d7d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,12 @@ public void afterCommit(final GlobalClockRule rule, final DatabaseType databaseT

@Override
public void beforeRollback(final GlobalClockRule rule, final DatabaseType databaseType, final Collection<Connection> connections,
final TransactionConnectionContext transactionContext) throws SQLException {
final TransactionConnectionContext transactionContext) {
}

@Override
public void afterRollback(final GlobalClockRule rule, final DatabaseType databaseType, final Collection<Connection> connections,
final TransactionConnectionContext transactionContext) throws SQLException {
final TransactionConnectionContext transactionContext) {
}

@Override
Expand Down

0 comments on commit 4e83d7d

Please sign in to comment.