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 f4061662b49 Fix javadoc of ClusterPersistRepository (#35168)
f4061662b49 is described below

commit f4061662b49f51b3a9d74ab861b6ebb116230eda
Author: Liang Zhang <zhangli...@apache.org>
AuthorDate: Sat Apr 12 17:02:35 2025 +0800

    Fix javadoc of ClusterPersistRepository (#35168)
---
 .../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 6e31b7579e6..b25e90aed0b 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
@@ -50,7 +50,7 @@ public interface ClusterPersistRepository extends 
PersistRepository {
      *
      * @param key key of data
      * @param value value of data
-     * @return persist exclusive node success or not 
+     * @return persist success or not
      */
     boolean persistExclusiveEphemeral(String key, String value);
     

Reply via email to