kirktrue commented on code in PR #19622: URL: https://github.com/apache/kafka/pull/19622#discussion_r2076511435
########## clients/src/main/java/org/apache/kafka/common/security/oauthbearer/internals/secured/FileJwtRetriever.java: ########## @@ -23,19 +23,19 @@ import java.nio.file.Path; /** - * <code>FileTokenRetriever</code> is an {@link AccessTokenRetriever} that will load the contents, + * <code>FileJwtRetriever</code> is an {@link JwtRetriever} that will load the contents, Review Comment: Yep, not sure how long that's been missing a key part of the sentence 🤦♂️ ########## clients/src/main/java/org/apache/kafka/common/security/oauthbearer/internals/secured/HttpJwtRetriever.java: ########## @@ -49,22 +49,22 @@ import javax.net.ssl.SSLSocketFactory; /** - * <code>HttpAccessTokenRetriever</code> is an {@link AccessTokenRetriever} that will + * <code>HttpJwtRetriever</code> is an {@link JwtRetriever} that will Review Comment: Fixed an typo. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org