jsirois commented on code in PR #3830:
URL: https://github.com/apache/thrift/pull/3830#discussion_r3960845940
##########
lib/java/src/main/java/org/apache/thrift/transport/TSaslClientTransport.java:
##########
@@ -65,7 +65,7 @@ public TSaslClientTransport(
String authorizationId,
String protocol,
String serverName,
- Map<String, String> props,
+ Map<String, ?> props,
Review Comment:
Relevant API doc for reference:
https://docs.oracle.com/javase/8/docs/api/javax/security/sasl/Sasl.html#createSaslClient-java.lang.String:A-java.lang.String-java.lang.String-java.lang.String-java.util.Map-javax.security.auth.callback.CallbackHandler-
--
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]