This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang 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 55520febf8e Javadoc for PipelineChannel (#32710)
55520febf8e is described below
commit 55520febf8e2d200b4dc986c46d6929bb1a04053
Author: Liang Zhang <[email protected]>
AuthorDate: Wed Aug 28 16:45:39 2024 +0800
Javadoc for PipelineChannel (#32710)
---
.../shardingsphere/data/pipeline/core/channel/PipelineChannel.java | 2 +-
1 file changed, 1 insertion(+), 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 292d34b1c7f..85bd1b04348 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
@@ -61,7 +61,7 @@ public interface PipelineChannel {
/**
* Ack the last batch.
*
- * @param records record list
+ * @param records data records
*/
void ack(List<Record> records);
}