tolbertam commented on code in PR #2969: URL: https://github.com/apache/cassandra/pull/2969#discussion_r1446290927
########## src/java/org/apache/cassandra/transport/SimpleClientSslContextFactory.java: ########## @@ -0,0 +1,68 @@ +/* Review Comment: yeah that's a good point. I think I might have done this because it was adjacent to `SimpleClient`, but I agree that it should live with tests because I don't think we would want it to be used outside of that context. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

