You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2021/06/12 06:38:48 UTC

[shardingsphere] branch master updated: for code format (#10782)

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 <zh...@163.com>
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);