You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2021/04/01 14:01:06 UTC

[GitHub] [ignite-3] alievmirza commented on a change in pull request #76: IGNITE-14180 Configuration notifications.

alievmirza commented on a change in pull request #76:
URL: https://github.com/apache/ignite-3/pull/76#discussion_r605682179



##########
File path: modules/configuration/src/main/java/org/apache/ignite/configuration/ConfigurationChanger.java
##########
@@ -63,6 +67,26 @@
     /** Annotation classes mapped to validator objects. */
     private Map<Class<? extends Annotation>, Set<Validator<?, ?>>> validators = new HashMap<>();
 
+    /**
+     * Closure interface to be used by configuration changer. Instance of this closur is passed into constructor and

Review comment:
       ```suggestion
        * Closure interface to be used by configuration changer. An instance of this closure is passed into constructor and
   ```




-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org