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

duanzhengqiang 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 4103ee9  Fix more spaces in comments (#13837)
4103ee9 is described below

commit 4103ee94d5683b88c9df293635afe5b2e8161d42
Author: yx9o <[email protected]>
AuthorDate: Mon Nov 29 09:33:28 2021 +0800

    Fix more spaces in comments (#13837)
---
 .../statement/dal/impl/ShowReplicaStatusStatementAssert.java        | 6 +++---
 .../asserts/statement/dal/impl/ShowSlaveHostsStatementAssert.java   | 6 +++---
 .../asserts/statement/dal/impl/ShowSlaveStatusStatementAssert.java  | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git 
a/shardingsphere-test/shardingsphere-parser-test/src/main/java/org/apache/shardingsphere/test/sql/parser/parameterized/asserts/statement/dal/impl/ShowReplicaStatusStatementAssert.java
 
b/shardingsphere-test/shardingsphere-parser-test/src/main/java/org/apache/shardingsphere/test/sql/parser/parameterized/asserts/statement/dal/impl/ShowReplicaStatusStatementAssert.java
index 1e96b1f..9940526 100644
--- 
a/shardingsphere-test/shardingsphere-parser-test/src/main/java/org/apache/shardingsphere/test/sql/parser/parameterized/asserts/statement/dal/impl/ShowReplicaStatusStatementAssert.java
+++ 
b/shardingsphere-test/shardingsphere-parser-test/src/main/java/org/apache/shardingsphere/test/sql/parser/parameterized/asserts/statement/dal/impl/ShowReplicaStatusStatementAssert.java
@@ -27,7 +27,7 @@ import static org.hamcrest.CoreMatchers.is;
 import static org.junit.Assert.assertThat;
 
 /**
- * MySQL show replica status statement assert.
+ * Show replica status statement assert.
  */
 @NoArgsConstructor(access = AccessLevel.PRIVATE)
 public final class ShowReplicaStatusStatementAssert {
@@ -36,8 +36,8 @@ public final class ShowReplicaStatusStatementAssert {
      * Assert show replica status statement is correct with expected show 
replica status statement test case.
      *
      * @param assertContext assert context
-     * @param actual        actual show replica status statement
-     * @param expected      expected show replica status statement test case
+     * @param actual actual show replica status statement
+     * @param expected expected show replica status statement test case
      */
     public static void assertIs(final SQLCaseAssertContext assertContext, 
final MySQLShowReplicaStatusStatement actual, final 
ShowReplicaStatusStatementTestCase expected) {
         if (null != expected.getChannel()) {
diff --git 
a/shardingsphere-test/shardingsphere-parser-test/src/main/java/org/apache/shardingsphere/test/sql/parser/parameterized/asserts/statement/dal/impl/ShowSlaveHostsStatementAssert.java
 
b/shardingsphere-test/shardingsphere-parser-test/src/main/java/org/apache/shardingsphere/test/sql/parser/parameterized/asserts/statement/dal/impl/ShowSlaveHostsStatementAssert.java
index abd38cb..df06ae3 100644
--- 
a/shardingsphere-test/shardingsphere-parser-test/src/main/java/org/apache/shardingsphere/test/sql/parser/parameterized/asserts/statement/dal/impl/ShowSlaveHostsStatementAssert.java
+++ 
b/shardingsphere-test/shardingsphere-parser-test/src/main/java/org/apache/shardingsphere/test/sql/parser/parameterized/asserts/statement/dal/impl/ShowSlaveHostsStatementAssert.java
@@ -24,7 +24,7 @@ import 
org.apache.shardingsphere.test.sql.parser.parameterized.asserts.SQLCaseAs
 import 
org.apache.shardingsphere.test.sql.parser.parameterized.jaxb.cases.domain.statement.dal.ShowSlaveHostsStatementTestCase;
 
 /**
- * MySQL show slave host statement assert.
+ * Show slave host statement assert.
  */
 @NoArgsConstructor(access = AccessLevel.PRIVATE)
 public final class ShowSlaveHostsStatementAssert {
@@ -33,8 +33,8 @@ public final class ShowSlaveHostsStatementAssert {
      * Assert show slave host statement is correct with expected show slave 
host statement test case.
      *
      * @param assertContext assert context
-     * @param actual        actual show slave host statement
-     * @param expected      expected show slave host statement test case
+     * @param actual actual show slave host statement
+     * @param expected expected show slave host statement test case
      */
     public static void assertIs(final SQLCaseAssertContext assertContext, 
final MySQLShowSlaveHostsStatement actual, final 
ShowSlaveHostsStatementTestCase expected) {
     }
diff --git 
a/shardingsphere-test/shardingsphere-parser-test/src/main/java/org/apache/shardingsphere/test/sql/parser/parameterized/asserts/statement/dal/impl/ShowSlaveStatusStatementAssert.java
 
b/shardingsphere-test/shardingsphere-parser-test/src/main/java/org/apache/shardingsphere/test/sql/parser/parameterized/asserts/statement/dal/impl/ShowSlaveStatusStatementAssert.java
index 0b2c680..88206a7 100644
--- 
a/shardingsphere-test/shardingsphere-parser-test/src/main/java/org/apache/shardingsphere/test/sql/parser/parameterized/asserts/statement/dal/impl/ShowSlaveStatusStatementAssert.java
+++ 
b/shardingsphere-test/shardingsphere-parser-test/src/main/java/org/apache/shardingsphere/test/sql/parser/parameterized/asserts/statement/dal/impl/ShowSlaveStatusStatementAssert.java
@@ -27,7 +27,7 @@ import static org.hamcrest.CoreMatchers.is;
 import static org.junit.Assert.assertThat;
 
 /**
- * MySQL show slave status statement assert.
+ * Show slave status statement assert.
  */
 @NoArgsConstructor(access = AccessLevel.PRIVATE)
 public final class ShowSlaveStatusStatementAssert {
@@ -36,8 +36,8 @@ public final class ShowSlaveStatusStatementAssert {
      * Assert show slave status statement is correct with expected show slave 
status statement test case.
      *
      * @param assertContext assert context
-     * @param actual        actual show slave status statement
-     * @param expected      expected show slave status statement test case
+     * @param actual actual show slave status statement
+     * @param expected expected show slave status statement test case
      */
     public static void assertIs(final SQLCaseAssertContext assertContext, 
final MySQLShowSlaveStatusStatement actual, final 
ShowSlaveStatusStatementTestCase expected) {
         if (null != expected.getChannel()) {

Reply via email to