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 5d248f302a9 Remove useless todo (#32671)
5d248f302a9 is described below

commit 5d248f302a9804ffd0a31e215a4902d3aa5c6004
Author: Liang Zhang <[email protected]>
AuthorDate: Sun Aug 25 20:12:48 2024 +0800

    Remove useless todo (#32671)
    
    * Fix sonar issue on SubqueryExtractUtilsTest
    
    * Remove useless todo
---
 .../subscriber/registry/ClusterDispatchEventSubscriberRegistry.java      | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/mode/type/cluster/core/src/main/java/org/apache/shardingsphere/mode/manager/cluster/event/subscriber/registry/ClusterDispatchEventSubscriberRegistry.java
 
b/mode/type/cluster/core/src/main/java/org/apache/shardingsphere/mode/manager/cluster/event/subscriber/registry/ClusterDispatchEventSubscriberRegistry.java
index d1c2d86bb63..0ecca9abd6a 100644
--- 
a/mode/type/cluster/core/src/main/java/org/apache/shardingsphere/mode/manager/cluster/event/subscriber/registry/ClusterDispatchEventSubscriberRegistry.java
+++ 
b/mode/type/cluster/core/src/main/java/org/apache/shardingsphere/mode/manager/cluster/event/subscriber/registry/ClusterDispatchEventSubscriberRegistry.java
@@ -64,7 +64,6 @@ public class ClusterDispatchEventSubscriberRegistry 
implements EventSubscriberRe
     
     @Override
     public void register() {
-        // TODO use call subscruber instead of event bus
         subscribers.forEach(eventBusContext::register);
     }
 }

Reply via email to