altenchen created FLINK-36782: --------------------------------- Summary: Incorrect comment syntax Key: FLINK-36782 URL: https://issues.apache.org/jira/browse/FLINK-36782 Project: Flink Issue Type: Bug Components: Documentation Affects Versions: 1.18.1 Reporter: altenchen Fix For: 1.18.2
In line 137 of the {{org.apache.flink.runtime.resourcemanager.ResourceManager}} class, the comment: *"All currently registered TaskExecutors with there framework specific worker information."* contains a grammatical error. The word *"there"* should be corrected to {*}"their"{*}. The suggested correction is: *"All currently registered TaskExecutors with their framework-specific worker information."* -- This message was sent by Atlassian Jira (v8.20.10#820010)