showuon commented on code in PR #13094:
URL: https://github.com/apache/kafka/pull/13094#discussion_r1066625107
##########
clients/src/test/java/org/apache/kafka/common/security/oauthbearer/OAuthBearerSaslClientCallbackHandlerTest.java:
##########
@@ -32,7 +32,7 @@
import
org.apache.kafka.common.security.oauthbearer.internals.OAuthBearerSaslClientCallbackHandler;
import org.junit.jupiter.api.Test;
-public class OAuthBearerSaslClienCallbackHandlerTest {
+public class OAuthBearerSaslClientCallbackHandlerTest {
Review Comment:
Aha, nice catch!
##########
clients/src/test/java/org/apache/kafka/common/utils/ExitTest.java:
##########
@@ -34,7 +34,7 @@ public void shouldHaltImmediately() {
});
try {
int statusCode = 0;
- String message = "mesaage";
+ String message = "message";
Review Comment:
Wow, how could you find it! Cool!
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]