This is an automated email from the ASF dual-hosted git repository.
menghaoran 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 410438a Correct mismatched comments (#12278)
410438a is described below
commit 410438a0315e2ef6ae26e1d3297ca087cddc0a51
Author: yx9o <[email protected]>
AuthorDate: Wed Sep 8 11:00:03 2021 +0800
Correct mismatched comments (#12278)
---
.../apache/shardingsphere/shadow/rule/checker/ShadowRuleChecker.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/shardingsphere-features/shardingsphere-shadow/shardingsphere-shadow-core/src/main/java/org/apache/shardingsphere/shadow/rule/checker/ShadowRuleChecker.java
b/shardingsphere-features/shardingsphere-shadow/shardingsphere-shadow-core/src/main/java/org/apache/shardingsphere/shadow/rule/checker/ShadowRuleChecker.java
index a389f44..5846e32 100644
---
a/shardingsphere-features/shardingsphere-shadow/shardingsphere-shadow-core/src/main/java/org/apache/shardingsphere/shadow/rule/checker/ShadowRuleChecker.java
+++
b/shardingsphere-features/shardingsphere-shadow/shardingsphere-shadow-core/src/main/java/org/apache/shardingsphere/shadow/rule/checker/ShadowRuleChecker.java
@@ -32,7 +32,7 @@ import java.util.Optional;
import java.util.stream.Collectors;
/**
- * Shadow table rule checker.
+ * Shadow rule checker.
*/
public final class ShadowRuleChecker {