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 67f331ecbae Fix sonar issue on 
YamlReadwriteSplittingRuleConfigurationSwapperTest (#26503)
67f331ecbae is described below

commit 67f331ecbaeb39589271675d0a6ebe8217714d70
Author: Liang Zhang <[email protected]>
AuthorDate: Thu Jun 22 22:08:49 2023 +0800

    Fix sonar issue on YamlReadwriteSplittingRuleConfigurationSwapperTest 
(#26503)
---
 .../swapper/YamlReadwriteSplittingRuleConfigurationSwapperTest.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/features/readwrite-splitting/core/src/test/java/org/apache/shardingsphere/readwritesplitting/yaml/swapper/YamlReadwriteSplittingRuleConfigurationSwapperTest.java
 
b/features/readwrite-splitting/core/src/test/java/org/apache/shardingsphere/readwritesplitting/yaml/swapper/YamlReadwriteSplittingRuleConfigurationSwapperTest.java
index 3521d4feede..4f229d916d3 100644
--- 
a/features/readwrite-splitting/core/src/test/java/org/apache/shardingsphere/readwritesplitting/yaml/swapper/YamlReadwriteSplittingRuleConfigurationSwapperTest.java
+++ 
b/features/readwrite-splitting/core/src/test/java/org/apache/shardingsphere/readwritesplitting/yaml/swapper/YamlReadwriteSplittingRuleConfigurationSwapperTest.java
@@ -35,7 +35,7 @@ import static org.hamcrest.MatcherAssert.assertThat;
 import static org.hamcrest.Matchers.is;
 import static org.junit.jupiter.api.Assertions.assertNotNull;
 
-public class YamlReadwriteSplittingRuleConfigurationSwapperTest {
+class YamlReadwriteSplittingRuleConfigurationSwapperTest {
     
     @Test
     void assertSwapToYamlConfiguration() {

Reply via email to