beliefer commented on code in PR #26578: URL: https://github.com/apache/flink/pull/26578#discussion_r2099577153
########## flink-core/src/main/java/org/apache/flink/api/connector/sink2/Committer.java: ########## @@ -38,7 +38,7 @@ @Public public interface Committer<CommT> extends AutoCloseable { /** - * Commit the given list of {@link CommT}. + * Commit the given list of {@link CommitRequest}. Review Comment: `CommT` is a generic parameter and we can't visit the link. -- 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