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 9fa57e5b315 Remove useless TODO (#32585)
9fa57e5b315 is described below

commit 9fa57e5b315a3a9751d37354bbdb0d9905ac81a3
Author: Liang Zhang <[email protected]>
AuthorDate: Sun Aug 18 17:01:51 2024 +0800

    Remove useless TODO (#32585)
---
 .../shardingsphere/data/pipeline/core/channel/PipelineChannel.java       | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/kernel/data-pipeline/core/src/main/java/org/apache/shardingsphere/data/pipeline/core/channel/PipelineChannel.java
 
b/kernel/data-pipeline/core/src/main/java/org/apache/shardingsphere/data/pipeline/core/channel/PipelineChannel.java
index b45d5d3dab6..292d34b1c7f 100644
--- 
a/kernel/data-pipeline/core/src/main/java/org/apache/shardingsphere/data/pipeline/core/channel/PipelineChannel.java
+++ 
b/kernel/data-pipeline/core/src/main/java/org/apache/shardingsphere/data/pipeline/core/channel/PipelineChannel.java
@@ -63,6 +63,5 @@ public interface PipelineChannel {
      *
      * @param records record list
      */
-    // TODO Refactor ack param
     void ack(List<Record> records);
 }

Reply via email to