beliefer commented on code in PR #26469: URL: https://github.com/apache/flink/pull/26469#discussion_r2046560924
########## flink-runtime/src/main/java/org/apache/flink/streaming/runtime/tasks/mailbox/TaskMailbox.java: ########## @@ -75,7 +75,7 @@ public interface TaskMailbox { int MIN_PRIORITY = -1; /** - * The maximal priority for mails. This priority indicates that the message should be performed + * The maximal priority for mails. This priority indicates that the mail should be performed Review Comment: `message` -> `mail`. `mail` is a more suitable name in the context of `TaskMailbox`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org