You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by su...@apache.org on 2023/06/25 15:36:40 UTC

[shardingsphere] branch master updated: Revise java doc on RuleChangedSubscriber (#26558)

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

sunnianjun 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 4175a810d29 Revise java doc on RuleChangedSubscriber (#26558)
4175a810d29 is described below

commit 4175a810d29d201b0d222297e23da83e8e8f30ae
Author: Liang Zhang <zh...@apache.org>
AuthorDate: Sun Jun 25 23:36:33 2023 +0800

    Revise java doc on RuleChangedSubscriber (#26558)
---
 .../org/apache/shardingsphere/infra/rule/RuleChangedSubscriber.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/infra/common/src/main/java/org/apache/shardingsphere/infra/rule/RuleChangedSubscriber.java b/infra/common/src/main/java/org/apache/shardingsphere/infra/rule/RuleChangedSubscriber.java
index 3a247f6bdad..fc3ca0def6d 100644
--- a/infra/common/src/main/java/org/apache/shardingsphere/infra/rule/RuleChangedSubscriber.java
+++ b/infra/common/src/main/java/org/apache/shardingsphere/infra/rule/RuleChangedSubscriber.java
@@ -30,7 +30,7 @@ public interface RuleChangedSubscriber {
     /**
      * Set databases.
      * 
-     * @param databases databases databases to be set
+     * @param databases databases to be set
      */
     void setDatabases(Map<String, ShardingSphereDatabase> databases);