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

panjuan 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 0b6eb5fa5ef Remove useless @Getter on ShardingRule (#30439)
0b6eb5fa5ef is described below

commit 0b6eb5fa5efd7d6e67a7efb7b4207a4b59a6da3a
Author: Liang Zhang <[email protected]>
AuthorDate: Sat Mar 9 12:44:35 2024 +0800

    Remove useless @Getter on ShardingRule (#30439)
---
 .../main/java/org/apache/shardingsphere/sharding/rule/ShardingRule.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/features/sharding/core/src/main/java/org/apache/shardingsphere/sharding/rule/ShardingRule.java
 
b/features/sharding/core/src/main/java/org/apache/shardingsphere/sharding/rule/ShardingRule.java
index 77cce9e0605..78395a134ca 100644
--- 
a/features/sharding/core/src/main/java/org/apache/shardingsphere/sharding/rule/ShardingRule.java
+++ 
b/features/sharding/core/src/main/java/org/apache/shardingsphere/sharding/rule/ShardingRule.java
@@ -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) {

Reply via email to