rpuch commented on code in PR #5909: URL: https://github.com/apache/ignite-3/pull/5909#discussion_r2115592950
########## modules/network/src/main/java/org/apache/ignite/internal/network/configuration/AbstractSslConfigurationSchema.java: ########## @@ -30,7 +30,7 @@ public class AbstractSslConfigurationSchema { public final boolean enabled = false; /** - * Client authentication. Set to "none" by default. + * TLS client authentication. Set to "none" by default. Review Comment: Ouch, the class itself has 'Ssl' in its name, so SSL is more consistent. Fixed -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org