This is an automated email from the ASF dual-hosted git repository.
hong pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-aws.git
The following commit(s) were added to refs/heads/main by this push:
new 6e83eac [FLINK-36519][docs] replace accept with apply
6e83eac is described below
commit 6e83eac29cc8ff3739e2a653d0e400b94f857999
Author: Jorick Caberio <[email protected]>
AuthorDate: Sat Oct 12 18:56:48 2024 +0800
[FLINK-36519][docs] replace accept with apply
---
.../org/apache/flink/connector/kinesis/sink/PartitionKeyGenerator.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/flink-connector-aws/flink-connector-aws-kinesis-streams/src/main/java/org/apache/flink/connector/kinesis/sink/PartitionKeyGenerator.java
b/flink-connector-aws/flink-connector-aws-kinesis-streams/src/main/java/org/apache/flink/connector/kinesis/sink/PartitionKeyGenerator.java
index 2873c05..a2fae6c 100644
---
a/flink-connector-aws/flink-connector-aws-kinesis-streams/src/main/java/org/apache/flink/connector/kinesis/sink/PartitionKeyGenerator.java
+++
b/flink-connector-aws/flink-connector-aws-kinesis-streams/src/main/java/org/apache/flink/connector/kinesis/sink/PartitionKeyGenerator.java
@@ -23,7 +23,7 @@ import java.io.Serializable;
import java.util.function.Function;
/**
- * This is a serializable function whose {@code accept()} method specifies how
to convert from an
+ * This is a serializable function whose {@code apply()} method specifies how
to convert from an
* input element to the partition key, a string.
*/
@PublicEvolving