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 6ae6d50  for code format (#10782)
6ae6d50 is described below

commit 6ae6d50e6415a52ee46f037fcf6ffcb2d2b6504f
Author: Zhu jun <[email protected]>
AuthorDate: Sat Jun 12 14:38:23 2021 +0800

    for code format (#10782)
---
 .../rule/checker/ReadwriteSplittingRuleConfigurationCheckerTest.java   | 3 ---
 1 file changed, 3 deletions(-)

diff --git 
a/shardingsphere-features/shardingsphere-readwrite-splitting/shardingsphere-readwrite-splitting-core/src/test/java/org/apache/shardingsphere/readwritesplitting/rule/checker/ReadwriteSplittingRuleConfigurationCheckerTest.java
 
b/shardingsphere-features/shardingsphere-readwrite-splitting/shardingsphere-readwrite-splitting-core/src/test/java/org/apache/shardingsphere/readwritesplitting/rule/checker/ReadwriteSplittingRuleConfigurationCheckerTest.java
index 09d6adb..73513bb 100644
--- 
a/shardingsphere-features/shardingsphere-readwrite-splitting/shardingsphere-readwrite-splitting-core/src/test/java/org/apache/shardingsphere/readwritesplitting/rule/checker/ReadwriteSplittingRuleConfigurationCheckerTest.java
+++ 
b/shardingsphere-features/shardingsphere-readwrite-splitting/shardingsphere-readwrite-splitting-core/src/test/java/org/apache/shardingsphere/readwritesplitting/rule/checker/ReadwriteSplittingRuleConfigurationCheckerTest.java
@@ -32,9 +32,6 @@ import static org.junit.Assert.assertNotNull;
 import static org.mockito.Mockito.mock;
 import static org.mockito.Mockito.when;
 
-/**
- * Readwrite-splitting rule configuration checker test.
- */
 public final class ReadwriteSplittingRuleConfigurationCheckerTest {
     static {
         ShardingSphereServiceLoader.register(RuleConfigurationChecker.class);

Reply via email to