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 f7e60f3dc54 Remove useless getter of DriverExecutor (#31520)
f7e60f3dc54 is described below

commit f7e60f3dc54fb29a0b3f0bca8946caa31d718638
Author: Liang Zhang <[email protected]>
AuthorDate: Sat Jun 1 23:06:17 2024 +0800

    Remove useless getter of DriverExecutor (#31520)
    
    * Fix table formats for docs
    
    * Refactor DriverExecutor
    
    * Refactor DriverExecutor
    
    * Remove useless getter of DriverExecutor
---
 .../java/org/apache/shardingsphere/driver/executor/DriverExecutor.java  | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/jdbc/src/main/java/org/apache/shardingsphere/driver/executor/DriverExecutor.java
 
b/jdbc/src/main/java/org/apache/shardingsphere/driver/executor/DriverExecutor.java
index 4ce0c23713f..23bcb365ba7 100644
--- 
a/jdbc/src/main/java/org/apache/shardingsphere/driver/executor/DriverExecutor.java
+++ 
b/jdbc/src/main/java/org/apache/shardingsphere/driver/executor/DriverExecutor.java
@@ -95,10 +95,8 @@ public final class DriverExecutor implements AutoCloseable {
     
     private final ShardingSphereConnection connection;
     
-    @Getter
     private final DriverJDBCExecutor regularExecutor;
     
-    @Getter
     private final RawExecutor rawExecutor;
     
     private final TrafficExecutor trafficExecutor;

Reply via email to