Skip to content

Commit

Permalink
Remove useless getter of DriverExecutor
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Jun 1, 2024
1 parent 8fbcede commit b7cce4e
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 b7cce4e

Please sign in to comment.