ibessonov commented on code in PR #1738:
URL: https://github.com/apache/ignite-3/pull/1738#discussion_r1126170476
##########
modules/network/src/main/java/org/apache/ignite/internal/network/configuration/SslConfigurationValidator.java:
##########
@@ -23,9 +23,9 @@
import java.lang.annotation.Target;
/**
- * Annotation to validate whole key store configuration.
+ * Annotation to validate SSL configuration.
*/
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
-public @interface KeyStoreConfigurationValidator {
+public @interface SslConfigurationValidator {
Review Comment:
I feel like the annotation is unused
--
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]