This is an automated email from the ASF dual-hosted git repository.

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 57f4c4681cb Refactor GlobalClockTransactionHook (#32942)
57f4c4681cb is described below

commit 57f4c4681cb86c7be944b3ee94df082ddeb38c46
Author: Liang Zhang <[email protected]>
AuthorDate: Sat Sep 21 00:34:19 2024 +0800

    Refactor GlobalClockTransactionHook (#32942)
---
 .../globalclock/executor/GlobalClockTransactionHook.java              | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/kernel/global-clock/core/src/main/java/org/apache/shardingsphere/globalclock/executor/GlobalClockTransactionHook.java
 
b/kernel/global-clock/core/src/main/java/org/apache/shardingsphere/globalclock/executor/GlobalClockTransactionHook.java
index 3e195df42f1..e836c00a80b 100644
--- 
a/kernel/global-clock/core/src/main/java/org/apache/shardingsphere/globalclock/executor/GlobalClockTransactionHook.java
+++ 
b/kernel/global-clock/core/src/main/java/org/apache/shardingsphere/globalclock/executor/GlobalClockTransactionHook.java
@@ -111,12 +111,12 @@ public final class GlobalClockTransactionHook implements 
TransactionHook<GlobalC
     
     @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

Reply via email to