Skip to content

Commit

Permalink
Remove useless getter of DriverExecutor (#31520)
Browse files Browse the repository at this point in the history
* Fix table formats for docs

* Refactor DriverExecutor

* Refactor DriverExecutor

* Remove useless getter of DriverExecutor
  • Loading branch information
terrymanu authored Jun 1, 2024
1 parent 179a989 commit f7e60f3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f7e60f3

Please sign in to comment.