Skip to content

Commit

Permalink
Remove useless @Getter on ShardingRule (#30439)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu authored Mar 9, 2024
1 parent 1d773ac commit 0b6eb5f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ public final class ShardingRule implements DatabaseRule {

private final ShardingCache shardingCache;

@Getter
private final RuleIdentifiers ruleIdentifiers;

public ShardingRule(final ShardingRuleConfiguration ruleConfig, final Map<String, DataSource> dataSources, final InstanceContext instanceContext) {
Expand Down

0 comments on commit 0b6eb5f

Please sign in to comment.