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 8a53189 Correct mismatched comments. (#13886)
8a53189 is described below
commit 8a531898ea1f94dc7ce27328eb8da0a4be7d5c53
Author: yx9o <[email protected]>
AuthorDate: Thu Dec 2 08:21:31 2021 +0800
Correct mismatched comments. (#13886)
---
.../apache/shardingsphere/dbdiscovery/spi/DatabaseDiscoveryType.java | 2 +-
.../shadow/algorithm/shadow/hint/SimpleHintShadowAlgorithm.java | 2 +-
.../engine/determiner/algorithm/HintShadowAlgorithmDeterminer.java | 2 +-
.../infra/context/refresher/MetaDataRefresherFactory.java | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git
a/shardingsphere-features/shardingsphere-db-discovery/shardingsphere-db-discovery-api/src/main/java/org/apache/shardingsphere/dbdiscovery/spi/DatabaseDiscoveryType.java
b/shardingsphere-features/shardingsphere-db-discovery/shardingsphere-db-discovery-api/src/main/java/org/apache/shardingsphere/dbdiscovery/spi/DatabaseDiscoveryType.java
index 5169411..08b67af 100644
---
a/shardingsphere-features/shardingsphere-db-discovery/shardingsphere-db-discovery-api/src/main/java/org/apache/shardingsphere/dbdiscovery/spi/DatabaseDiscoveryType.java
+++
b/shardingsphere-features/shardingsphere-db-discovery/shardingsphere-db-discovery-api/src/main/java/org/apache/shardingsphere/dbdiscovery/spi/DatabaseDiscoveryType.java
@@ -76,7 +76,7 @@ public interface DatabaseDiscoveryType extends
ShardingSphereAlgorithm {
String getPrimaryDataSource();
/**
- * update properties.
+ * Update properties.
*
* @param groupName group name
* @param props properties
diff --git
a/shardingsphere-features/shardingsphere-shadow/shardingsphere-shadow-core/src/main/java/org/apache/shardingsphere/shadow/algorithm/shadow/hint/SimpleHintShadowAlgorithm.java
b/shardingsphere-features/shardingsphere-shadow/shardingsphere-shadow-core/src/main/java/org/apache/shardingsphere/shadow/algorithm/shadow/hint/SimpleHintShadowAlgorithm.java
index c066fa7..7776451 100644
---
a/shardingsphere-features/shardingsphere-shadow/shardingsphere-shadow-core/src/main/java/org/apache/shardingsphere/shadow/algorithm/shadow/hint/SimpleHintShadowAlgorithm.java
+++
b/shardingsphere-features/shardingsphere-shadow/shardingsphere-shadow-core/src/main/java/org/apache/shardingsphere/shadow/algorithm/shadow/hint/SimpleHintShadowAlgorithm.java
@@ -31,7 +31,7 @@ import java.util.Optional;
import java.util.Properties;
/**
- * Simple note shadow algorithm.
+ * Simple hint shadow algorithm.
*/
@Getter
@Setter
diff --git
a/shardingsphere-features/shardingsphere-shadow/shardingsphere-shadow-core/src/main/java/org/apache/shardingsphere/shadow/route/engine/determiner/algorithm/HintShadowAlgorithmDeterminer.java
b/shardingsphere-features/shardingsphere-shadow/shardingsphere-shadow-core/src/main/java/org/apache/shardingsphere/shadow/route/engine/determiner/algorithm/HintShadowAlgorithmDeterminer.java
index 89cb255..9bde6cf 100644
---
a/shardingsphere-features/shardingsphere-shadow/shardingsphere-shadow-core/src/main/java/org/apache/shardingsphere/shadow/route/engine/determiner/algorithm/HintShadowAlgorithmDeterminer.java
+++
b/shardingsphere-features/shardingsphere-shadow/shardingsphere-shadow-core/src/main/java/org/apache/shardingsphere/shadow/route/engine/determiner/algorithm/HintShadowAlgorithmDeterminer.java
@@ -30,7 +30,7 @@ import java.util.LinkedList;
import java.util.stream.Collectors;
/**
- * Note shadow algorithm determiner.
+ * Hint shadow algorithm determiner.
*/
@RequiredArgsConstructor
public final class HintShadowAlgorithmDeterminer implements
ShadowAlgorithmDeterminer {
diff --git
a/shardingsphere-infra/shardingsphere-infra-context/src/main/java/org/apache/shardingsphere/infra/context/refresher/MetaDataRefresherFactory.java
b/shardingsphere-infra/shardingsphere-infra-context/src/main/java/org/apache/shardingsphere/infra/context/refresher/MetaDataRefresherFactory.java
index 62984ce..2c5866e 100644
---
a/shardingsphere-infra/shardingsphere-infra-context/src/main/java/org/apache/shardingsphere/infra/context/refresher/MetaDataRefresherFactory.java
+++
b/shardingsphere-infra/shardingsphere-infra-context/src/main/java/org/apache/shardingsphere/infra/context/refresher/MetaDataRefresherFactory.java
@@ -80,7 +80,7 @@ public final class MetaDataRefresherFactory {
/**
* Create new instance of schema refresher.
- *†
+ *
* @param sqlStatement SQL statement
* @return instance of schema refresher
*/