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 725730d70bd Fix sonar issue (#31734)
725730d70bd is described below

commit 725730d70bd43bd8008e58daa8314ae000135c70
Author: Liang Zhang <[email protected]>
AuthorDate: Mon Jun 17 17:27:26 2024 +0800

    Fix sonar issue (#31734)
---
 .../sharding/metadata/reviser/index/ShardingIndexReviserTest.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/features/sharding/core/src/test/java/org/apache/shardingsphere/sharding/metadata/reviser/index/ShardingIndexReviserTest.java
 
b/features/sharding/core/src/test/java/org/apache/shardingsphere/sharding/metadata/reviser/index/ShardingIndexReviserTest.java
index 303898e61e9..e4808a9eab4 100644
--- 
a/features/sharding/core/src/test/java/org/apache/shardingsphere/sharding/metadata/reviser/index/ShardingIndexReviserTest.java
+++ 
b/features/sharding/core/src/test/java/org/apache/shardingsphere/sharding/metadata/reviser/index/ShardingIndexReviserTest.java
@@ -38,7 +38,7 @@ import static org.junit.jupiter.api.Assertions.assertTrue;
 import static org.mockito.Mockito.mock;
 import static org.mockito.Mockito.when;
 
-public class ShardingIndexReviserTest {
+class ShardingIndexReviserTest {
     
     private ShardingRule shardingRule;
     

Reply via email to