Skip to content

Commit

Permalink
[FLINK-36519][docs] replace accept with apply
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorick Caberio committed Oct 12, 2024
1 parent 426720f commit 30ef268
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
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
Expand Down

0 comments on commit 30ef268

Please sign in to comment.