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 221cf26bf59 Fix javadoc typo of ClusterPersistRepository (#32453)
221cf26bf59 is described below

commit 221cf26bf59541bf1cc559f1c0f2408f3d43e25c
Author: Liang Zhang <[email protected]>
AuthorDate: Sat Aug 10 16:11:06 2024 +0800

    Fix javadoc typo of ClusterPersistRepository (#32453)
---
 .../mode/repository/cluster/ClusterPersistRepository.java               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/mode/type/cluster/repository/api/src/main/java/org/apache/shardingsphere/mode/repository/cluster/ClusterPersistRepository.java
 
b/mode/type/cluster/repository/api/src/main/java/org/apache/shardingsphere/mode/repository/cluster/ClusterPersistRepository.java
index 1b4ca5828fc..75b31deab26 100644
--- 
a/mode/type/cluster/repository/api/src/main/java/org/apache/shardingsphere/mode/repository/cluster/ClusterPersistRepository.java
+++ 
b/mode/type/cluster/repository/api/src/main/java/org/apache/shardingsphere/mode/repository/cluster/ClusterPersistRepository.java
@@ -40,7 +40,7 @@ public interface ClusterPersistRepository extends 
PersistRepository {
      *
      * @param key key of data
      * @param value value of data
-     * @return persist exclusive node sucess or not 
+     * @return persist exclusive node success or not 
      */
     boolean persistExclusiveEphemeral(String key, String value);
     

Reply via email to